Skip to main content

printfunc

Type Alias printfunc 

Source
pub type printfunc = unsafe extern "C" fn(*mut PyObject, *mut FILE, i32) -> i32;
Available on neither Py_LIMITED_API nor RustPython.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here