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