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