pub unsafe fn GetWinMetaFileBits<P0, P1>(
    hemf: P0,
    pdata16: Option<&mut [u8]>,
    imapmode: i32,
    hdcref: P1
) -> u32
where P0: IntoParam<HENHMETAFILE>, P1: IntoParam<HDC>,