pub unsafe extern "C" fn PyCapsule_New( pointer: *mut c_void, name: *const c_char, destructor: Option<PyCapsule_Destructor>, ) -> *mut PyObject