Function SetDIBits

Source
pub unsafe extern "C" fn SetDIBits(
    hdc: HDC,
    hbm: HBITMAP,
    start: UINT,
    cLines: UINT,
    lpBits: *const c_void,
    lpbmi: *const BITMAPINFO,
    ColorUse: UINT,
) -> c_int