pub unsafe fn BitBlt<P0, P1>( hdc: P0, x: i32, y: i32, cx: i32, cy: i32, hdcsrc: P1, x1: i32, y1: i32, rop: ROP_CODE, ) -> Result<()>where P0: Param<HDC>, P1: Param<HDC>,