pub unsafe extern "system" fn PatBlt(
    hdc: HDC,
    x: i32,
    y: i32,
    w: i32,
    h: i32,
    rop: ROP_CODE
) -> BOOL
Expand description

Required features: "Win32_Graphics_Gdi", "Win32_Foundation"