Function DrawDibDraw
pub unsafe fn DrawDibDraw(
hdd: isize,
hdc: HDC,
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