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