pub unsafe fn AngleArc<'a>( hdc: impl IntoParam<'a, HDC>, x: i32, y: i32, r: u32, startangle: f32, sweepangle: f32, ) -> BOOL