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