pyo3::ffi

Type Alias printfunc

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