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