pub type SaveFileDataCallback = Option<unsafe extern "C" fn(*const i8, *mut c_void, i32) -> bool>;
enum SaveFileDataCallback { None, Some(unsafe extern "C" fn(*const i8, *mut c_void, i32) -> bool), }
No value.
Some value of type T.
T