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