pub unsafe fn CreateEnhMetaFileA<P0, P1, P2>(
    hdc: P0,
    lpfilename: P1,
    lprc: Option<*const RECT>,
    lpdesc: P2
) -> HDC
where P0: IntoParam<HDC>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>,