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