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