Function windows::Win32::Graphics::Gdi::TTCharToUnicode

pub unsafe fn TTCharToUnicode<P0>(
    hdc: P0,
    puccharcodes: &[u8],
    pusshortcodes: &mut [u16],
    ulflags: u32,
) -> i32
where P0: Param<HDC>,