pub type GetNodeFunc = Option<unsafe extern "C" fn(arg1: HashTable, arg2: *const c_char) -> HashNode>;
pub enum GetNodeFunc { None, Some(unsafe extern "C" fn(*mut hashtable, *const i8) -> *mut hashnode), }
No value.
Some value of type T.
T