pub unsafe fn GdipGetMetafileHeaderFromStream<P0>(
    stream: P0,
    header: *mut MetafileHeader
) -> Status
where P0: Param<IStream>,