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