[go: up one dir, main page]

printfunc

Type Alias printfunc 

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