pub unsafe fn PlayMetaFileRecord<P0>(
    hdc: P0,
    lphandletable: &[HANDLETABLE],
    lpmr: *const METARECORD
) -> BOOL
where P0: IntoParam<HDC>,