pub unsafe fn GetGlyphOutlineA<P0>(
    hdc: P0,
    uchar: u32,
    fuformat: GET_GLYPH_OUTLINE_FORMAT,
    lpgm: *mut GLYPHMETRICS,
    cjbuffer: u32,
    pvbuffer: Option<*mut c_void>,
    lpmat2: *const MAT2
) -> u32
where P0: IntoParam<HDC>,