pub type HashValueFunc = Option<unsafe extern "C" fn(key: *const c_void, keysize: Size) -> uint32>;
enum HashValueFunc { None, Some(unsafe extern "C" fn(_: *const c_void, _: usize) -> u32), }
No value.
Some value of type T.
T