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