pub unsafe fn PatBlt<'a>( hdc: impl IntoParam<'a, HDC>, x: i32, y: i32, w: i32, h: i32, rop: ROP_CODE, ) -> BOOL