pub unsafe extern "C" fn PyCObject_FromVoidPtr( cobj: *mut c_void, destruct: Option<unsafe extern "C" fn(arg1: *mut c_void)>, ) -> *mut PyObject