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