Type Alias windows_sys::Win32::Globalization::UCharIteratorGetState
pub type UCharIteratorGetState = Option<unsafe extern "system" fn(iter: *const UCharIterator) -> u32>;
Aliased Type§
enum UCharIteratorGetState {
None,
Some(unsafe extern "system" fn(_: *const UCharIterator) -> u32),
}