pub unsafe fn ICImageDecompress<P0>(
    hic: P0,
    uiflags: u32,
    lpbiin: *const BITMAPINFO,
    lpbits: *const c_void,
    lpbiout: Option<*const BITMAPINFO>
) -> HANDLE
where P0: IntoParam<HIC>,