pub unsafe extern "system" fn GetGlyphOutlineA(
    hdc: HDC,
    uchar: u32,
    fuformat: GET_GLYPH_OUTLINE_FORMAT,
    lpgm: *mut GLYPHMETRICS,
    cjbuffer: u32,
    pvbuffer: *mut c_void,
    lpmat2: *const MAT2
) -> u32
Expand description

Required features: "Win32_Foundation"