printfunc

Type Alias printfunc 

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