pub unsafe fn GdipGetMetafileHeaderFromWmf<P0>(
    hwmf: P0,
    wmfplaceablefileheader: *const WmfPlaceableFileHeader,
    header: *mut MetafileHeader
) -> Status
where P0: Param<HMETAFILE>,