pub type UConverterToUCallback = Option<unsafe extern "C" fn(context: *const c_void, args: *mut UConverterToUnicodeArgs, codeUnits: *const c_char, length: i32, reason: UConverterCallbackReason, pErrorCode: *mut UErrorCode)>;

Aliased Type§

enum UConverterToUCallback {
    None,
    Some(unsafe extern "C" fn(_: *const c_void, _: *mut UConverterToUnicodeArgs, _: *const i8, _: i32, _: UConverterCallbackReason, _: *mut UErrorCode)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const c_void, _: *mut UConverterToUnicodeArgs, _: *const i8, _: i32, _: UConverterCallbackReason, _: *mut UErrorCode))

Some value of type T.