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