Function windows::Win32::Graphics::Gdi::SetDIBits

pub unsafe fn SetDIBits<P0, P1>(
    hdc: P0,
    hbm: P1,
    start: u32,
    clines: u32,
    lpbits: *const c_void,
    lpbmi: *const BITMAPINFO,
    coloruse: DIB_USAGE,
) -> i32
where P0: Param<HDC>, P1: Param<HBITMAP>,