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