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