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