pub type wrapperfunc = Option<unsafe extern "C" fn(slf: *mut PyObject, args: *mut PyObject, wrapped: *mut c_void) -> *mut PyObject>;
Available on non-
Py_LIMITED_API
only.Aliased Type§
enum wrapperfunc {
None,
Some(unsafe extern "C" fn(*mut PyObject, *mut PyObject, *mut c_void) -> *mut PyObject),
}