pub unsafe fn DrawDibDraw<P0>(
    hdd: isize,
    hdc: P0,
    xdst: i32,
    ydst: i32,
    dxdst: i32,
    dydst: i32,
    lpbi: Option<*const BITMAPINFOHEADER>,
    lpbits: Option<*const c_void>,
    xsrc: i32,
    ysrc: i32,
    dxsrc: i32,
    dysrc: i32,
    wflags: u32
) -> BOOL
where P0: IntoParam<HDC>,