Function windows::Win32::Graphics::Gdi::BitBlt

pub unsafe fn BitBlt<P0, P1>(
    hdc: P0,
    x: i32,
    y: i32,
    cx: i32,
    cy: i32,
    hdcsrc: P1,
    x1: i32,
    y1: i32,
    rop: ROP_CODE
) -> Result<()>
where P0: IntoParam<HDC>, P1: IntoParam<HDC>,