Function DrawEllipse

Source
pub unsafe extern "C" fn DrawEllipse(
    centerX: c_int,
    centerY: c_int,
    radiusH: f32,
    radiusV: f32,
    color: Color,
)