Function windows_sys::Win32::Graphics::Gdi::BitBlt
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