Function windows_sys::Win32::Graphics::Gdi::StretchBlt

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