Type Alias pyo3::ffi::printfunc

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