pub unsafe fn ScriptGetCMap<P0, P1>(
    hdc: P0,
    psc: *mut *mut c_void,
    pwcinchars: P1,
    cchars: i32,
    dwflags: u32,
    pwoutglyphs: *mut u16
) -> Result<()>
where P0: IntoParam<HDC>, P1: IntoParam<PCWSTR>,