pub type UTextCopy = Option<unsafe extern "system" fn(ut: *mut UText, nativestart: i64, nativelimit: i64, nativedest: i64, move: i8, status: *mut UErrorCode)>;

Aliased Type§

enum UTextCopy {
    None,
    Some(unsafe extern "system" fn(_: *mut UText, _: i64, _: i64, _: i64, _: i8, _: *mut UErrorCode)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut UText, _: i64, _: i64, _: i64, _: i8, _: *mut UErrorCode))

Some value of type T.