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