pub unsafe fn GetMetaFileBitsEx<P0>(
    hmf: P0,
    cbbuffer: u32,
    lpdata: Option<*mut c_void>
) -> u32
where P0: IntoParam<HMETAFILE>,