pub unsafe extern "system" fn DrawDibDraw(
    hdd: isize,
    hdc: HDC,
    xdst: i32,
    ydst: i32,
    dxdst: i32,
    dydst: i32,
    lpbi: *const BITMAPINFOHEADER,
    lpbits: *const c_void,
    xsrc: i32,
    ysrc: i32,
    dxsrc: i32,
    dysrc: i32,
    wflags: u32
) -> BOOL
Expand description

Required features: "Win32_Foundation", "Win32_Graphics_Gdi"