pub unsafe fn SetDIBits<'a>( hdc: impl IntoParam<'a, HDC>, hbm: impl IntoParam<'a, HBITMAP>, start: u32, clines: u32, lpbits: *const c_void, lpbmi: *const BITMAPINFO, coloruse: DIB_USAGE, ) -> i32