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