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