pub type SHTableNew = Option<unsafe extern "C" fn() -> SHTable>;
enum SHTableNew { None, Some(unsafe extern "C" fn() -> SHTable), }
No value.
Some value of type T.
T