pub unsafe fn ICDecompress<P0>(
    hic: P0,
    dwflags: u32,
    lpbiformat: *const BITMAPINFOHEADER,
    lpdata: *const c_void,
    lpbi: *const BITMAPINFOHEADER,
    lpbits: *mut c_void
) -> u32
where P0: IntoParam<HIC>,