Function windows_sys::Win32::Graphics::Gdi::PatBlt
pub unsafe extern "system" fn PatBlt(
hdc: HDC,
x: i32,
y: i32,
w: i32,
h: i32,
rop: ROP_CODE
) -> BOOLExpand description
Required features: "Win32_Graphics_Gdi", "Win32_Foundation"