pub unsafe fn MaskBlt<P0, P1, P2>( hdcdest: P0, xdest: i32, ydest: i32, width: i32, height: i32, hdcsrc: P1, xsrc: i32, ysrc: i32, hbmmask: P2, xmask: i32, ymask: i32, rop: u32, ) -> BOOLwhere P0: Param<HDC>, P1: Param<HDC>, P2: Param<HBITMAP>,