pub unsafe fn PlayMetaFile<P0, P1>(hdc: P0, hmf: P1) -> BOOL
where P0: IntoParam<HDC>, P1: IntoParam<HMETAFILE>,