[][src]Function CCODE::BitBlt

pub unsafe extern "C" fn BitBlt(
    hdc: HDC,
    x: c_int,
    y: c_int,
    cx: c_int,
    cy: c_int,
    hdcSrc: HDC,
    x1: c_int,
    y1: c_int,
    rop: DWORD
) -> BOOL