pub unsafe fn GetEnhMetaFileDescriptionA<P0>(
    hemf: P0,
    lpdescription: Option<&mut [u8]>
) -> u32
where P0: IntoParam<HENHMETAFILE>,