Function windows_sys::Win32::Graphics::Gdi::AngleArc

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