pub unsafe fn GetGlyphIndicesA<P0, P1>(
    hdc: P0,
    lpstr: P1,
    c: i32,
    pgi: *mut u16,
    fl: u32
) -> u32
where P0: IntoParam<HDC>, P1: IntoParam<PCSTR>,