Function windows::Win32::Graphics::Gdi::GetGlyphOutlineW
pub unsafe fn GetGlyphOutlineW<P0>(
hdc: P0,
uchar: u32,
fuformat: GET_GLYPH_OUTLINE_FORMAT,
lpgm: *mut GLYPHMETRICS,
cjbuffer: u32,
pvbuffer: Option<*mut c_void>,
lpmat2: *const MAT2,
) -> u32where
P0: Param<HDC>,