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§

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.