Function windows::Win32::Graphics::Gdi::TTCharToUnicode
pub unsafe fn TTCharToUnicode<P0>(
hdc: P0,
puccharcodes: &[u8],
pusshortcodes: &mut [u16],
ulflags: u32,
) -> i32where
P0: Param<HDC>,