pub unsafe extern "system" fn StretchBlt(
    hdcdest: HDC,
    xdest: i32,
    ydest: i32,
    wdest: i32,
    hdest: i32,
    hdcsrc: HDC,
    xsrc: i32,
    ysrc: i32,
    wsrc: i32,
    hsrc: i32,
    rop: ROP_CODE
) -> BOOL
Expand description

Required features: "Win32_Graphics_Gdi", "Win32_Foundation"