pub unsafe fn PlayEnhMetaFileRecord<P0>(
    hdc: P0,
    pht: &[HANDLETABLE],
    pmr: *const ENHMETARECORD
) -> BOOL
where P0: IntoParam<HDC>,