pub type MapImportFunc = Option<unsafe extern "C" fn(stream: *mut Stream) -> cc_result>;
enum MapImportFunc { None, Some(unsafe extern "C" fn(_: *mut Stream) -> u32), }
No value.
Some value of type T.
T