Type Alias windows_sys::Win32::Globalization::UCharIteratorSetState
pub type UCharIteratorSetState = Option<unsafe extern "system" fn(iter: *mut UCharIterator, state: u32, perrorcode: *mut UErrorCode)>;
Aliased Type§
enum UCharIteratorSetState {
None,
Some(unsafe extern "system" fn(_: *mut UCharIterator, _: u32, _: *mut i32)),
}