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