pub unsafe extern "system" fn ICDrawBegin(
    hic: HIC,
    dwflags: u32,
    hpal: HPALETTE,
    hwnd: HWND,
    hdc: HDC,
    xdst: i32,
    ydst: i32,
    dxdst: i32,
    dydst: i32,
    lpbi: *const BITMAPINFOHEADER,
    xsrc: i32,
    ysrc: i32,
    dxsrc: i32,
    dysrc: i32,
    dwrate: u32,
    dwscale: u32
) -> u32
Expand description

Required features: "Win32_Media_Multimedia", "Win32_Foundation", "Win32_Graphics_Gdi"