pub type CCFastEqualFN = Option<unsafe extern "C-unwind" fn(a: Datum, b: Datum) -> bool>;
pub enum CCFastEqualFN { None, Some(unsafe extern "C-unwind" fn(Datum, Datum) -> bool), }
No value.
Some value of type T.
T