Function windows::Win32::Graphics::Gdi::StretchBlt

pub unsafe fn StretchBlt<P0, P1>(
    hdcdest: P0,
    xdest: i32,
    ydest: i32,
    wdest: i32,
    hdest: i32,
    hdcsrc: P1,
    xsrc: i32,
    ysrc: i32,
    wsrc: i32,
    hsrc: i32,
    rop: ROP_CODE
) -> BOOL
where P0: IntoParam<HDC>, P1: IntoParam<HDC>,