Type Definition pyo3::ffi::printfunc[][src]

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