Function DrawSphere

Source
pub unsafe extern "C" fn DrawSphere(
    centerPos: Vector3,
    radius: f32,
    color: Color,
)