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