Type Alias UConverterToUCallback
pub type UConverterToUCallback = Option<unsafe extern "system" fn(context: *const c_void, args: *mut UConverterToUnicodeArgs, codeunits: PCSTR, length: i32, reason: UConverterCallbackReason, perrorcode: *mut UErrorCode)>;Aliased Type§
pub enum UConverterToUCallback {
None,
Some(unsafe extern "system" fn(*const c_void, *mut UConverterToUnicodeArgs, PCSTR, i32, UConverterCallbackReason, *mut UErrorCode)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(*const c_void, *mut UConverterToUnicodeArgs, PCSTR, i32, UConverterCallbackReason, *mut UErrorCode))
Some value of type T.