pub unsafe extern "system" fn SetDIBits(
    hdc: *mut HDC__,
    hbm: *mut HBITMAP__,
    start: u32,
    cLines: u32,
    lpBits: *const c_void,
    lpbmi: *const BITMAPINFO,
    ColorUse: u32
) -> i32