pub type ScanKeywordHashFunc = Option<unsafe extern "C-unwind" fn(key: *const c_void, keylen: usize) -> c_int>;
pub enum ScanKeywordHashFunc { None, Some(unsafe extern "C-unwind" fn(*const c_void, usize) -> i32), }
No value.
Some value of type T.
T