pub type PyArray_NonzeroFunc = Option<unsafe extern "C" fn(_: *mut c_void, _: *mut c_void) -> c_uchar>;
enum PyArray_NonzeroFunc { None, Some(unsafe extern "C" fn(_: *mut c_void, _: *mut c_void) -> u8), }
No value.
Some value of type T.
T