pub unsafe extern "C" fn SetDIBitsToDevice(
hdc: HDC,
xDest: c_int,
yDest: c_int,
w: DWORD,
h: DWORD,
xSrc: c_int,
ySrc: c_int,
StartScan: UINT,
cLines: UINT,
lpvBits: *const c_void,
lpbmi: *const BITMAPINFO,
ColorUse: UINT,
) -> c_int