pub unsafe extern "system" fn BitBlt(
hdc: HDC,
x: i32,
y: i32,
cx: i32,
cy: i32,
hdcsrc: HDC,
x1: i32,
y1: i32,
rop: ROP_CODE
) -> BOOL
Expand description
Required features: "Win32_Graphics_Gdi"
, "Win32_Foundation"