Type Alias UTextMapOffsetToNative
pub type UTextMapOffsetToNative = Option<unsafe extern "system" fn(ut: *const UText) -> i64>;Aliased Type§
pub enum UTextMapOffsetToNative {
None,
Some(unsafe extern "system" fn(*const UText) -> i64),
}