Function windows::Win32::Graphics::Gdi::AngleArc

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