pub type wrapperfunc = Option<unsafe extern "C" fn(*mut PyObject, *mut PyObject, *mut c_void) -> *mut PyObject>;
enum wrapperfunc { None, Some(unsafe extern "C" fn(*mut PyObject, *mut PyObject, *mut c_void) -> *mut PyObject), }
No value.
Some value of type T.
T