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