pub type LScreen_Func = Option<unsafe extern "C" fn(s: *mut LScreen)>;
enum LScreen_Func { None, Some(unsafe extern "C" fn(_: *mut LScreen)), }
No value.
Some value of type T.
T