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