pub unsafe extern "C" fn ImageDrawCircleV(
    dst: *mut Image,
    center: Vector2,
    radius: c_int,
    color: Color
)
Expand description

Draw a filled circle within an image (Vector version)