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