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