pub unsafe fn DrawDibBegin<P0>(
    hdd: isize,
    hdc: P0,
    dxdst: i32,
    dydst: i32,
    lpbi: *const BITMAPINFOHEADER,
    dxsrc: i32,
    dysrc: i32,
    wflags: u32
) -> BOOL
where P0: IntoParam<HDC>,