Type Definition pyo3::ffi::printfunc

source · []
pub type printfunc = unsafe extern "C" fn(*mut PyObject, *mut FILE, i32) -> i32;