pub unsafe fn AngleArc<P0>( hdc: P0, x: i32, y: i32, r: u32, startangle: f32, sweepangle: f32, ) -> BOOLwhere P0: Param<HDC>,