pub unsafe fn DCICreateOffscreen<P0>(
    hdc: P0,
    dwcompression: u32,
    dwredmask: u32,
    dwgreenmask: u32,
    dwbluemask: u32,
    dwwidth: u32,
    dwheight: u32,
    dwdcicaps: u32,
    dwbitcount: u32,
    lplpsurface: *mut *mut DCIOFFSCREEN
) -> i32
where P0: IntoParam<HDC>,