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