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