pub unsafe extern "C" fn Py_AddPendingCall( func: Option<extern "C" fn(_: *mut c_void) -> i32>, arg: *mut c_void, ) -> i32