Function PatBlt

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