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