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