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