pub unsafe extern "system" fn AngleArc(
    hdc: HDC,
    x: i32,
    y: i32,
    r: u32,
    startangle: f32,
    sweepangle: f32
) -> BOOL
Expand description

Required features: "Win32_Graphics_Gdi", "Win32_Foundation"