pub unsafe extern "C" fn spinel_svg_arc(
    x0: f32,
    y0: f32,
    x1: f32,
    y1: f32,
    rx: f32,
    ry: f32,
    x_axis_rotation_radians: f32,
    large_arc_flag: bool,
    sweep_flag: bool,
    arc_params: *mut spinel_arc_params_t
)