pub type SaveFileTextCallback = Option<unsafe extern "C" fn(fileName: *const c_char, text: *mut c_char) -> bool>;
enum SaveFileTextCallback { None, Some(unsafe extern "C" fn(*const i8, *mut i8) -> bool), }
No value.
Some value of type T.
T