Type Alias UTextReplace

pub type UTextReplace = Option<unsafe extern "system" fn(ut: *mut UText, nativestart: i64, nativelimit: i64, replacementtext: *const u16, replacmentlength: i32, status: *mut UErrorCode) -> i32>;

Aliased Type§

pub enum UTextReplace {
    None,
    Some(unsafe extern "system" fn(*mut UText, i64, i64, *const u16, i32, *mut UErrorCode) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut UText, i64, i64, *const u16, i32, *mut UErrorCode) -> i32)

Some value of type T.