Function windows::Win32::Graphics::Gdi::PatBlt

pub unsafe fn PatBlt<P0>(
    hdc: P0,
    x: i32,
    y: i32,
    w: i32,
    h: i32,
    rop: ROP_CODE,
) -> BOOL
where P0: Param<HDC>,