pub unsafe extern "system" fn SetDIBitsToDevice(
    hdc: *mut HDC__,
    xDest: i32,
    yDest: i32,
    w: u32,
    h: u32,
    xSrc: i32,
    ySrc: i32,
    StartScan: u32,
    cLines: u32,
    lpvBits: *const c_void,
    lpbmi: *const BITMAPINFO,
    ColorUse: u32
) -> i32