Function windows::Win32::Graphics::Gdi::CreateEnhMetaFileA
pub unsafe fn CreateEnhMetaFileA<P0, P1, P2>(
hdc: P0,
lpfilename: P1,
lprc: Option<*const RECT>,
lpdesc: P2,
) -> HDCwhere
P0: Param<HDC>,
P1: Param<PCSTR>,
P2: Param<PCSTR>,