pub type SimpleArrayCopy = Option<unsafe extern "C" fn(elem: *mut SimpleArrayElement, other: *const SimpleArrayElement)>;
pub enum SimpleArrayCopy { None, Some(unsafe extern "C" fn(*mut c_void, *const c_void)), }
No value.
Some value of type T.
T