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