Function StretchBlt

Source
pub unsafe extern "C" fn StretchBlt(
    hdcDest: HDC,
    xDest: c_int,
    yDest: c_int,
    wDest: c_int,
    hDest: c_int,
    hdcSrc: HDC,
    xSrc: c_int,
    ySrc: c_int,
    wSrc: c_int,
    hSrc: c_int,
    rop: DWORD,
) -> BOOL