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