Function DrawCircle

Source
pub unsafe extern "C" fn DrawCircle(
    centerX: c_int,
    centerY: c_int,
    radius: f32,
    color: Color,
)