Type Alias pyo3_ffi::printfunc

source ยท
pub type printfunc = unsafe extern "C" fn(arg1: *mut PyObject, arg2: *mut FILE, arg3: c_int) -> c_int;