pub fn draw_sphere_ex(
    center: Vec3,
    radius: f32,
    texture: impl Into<Option<Texture2D>>,
    color: Color,
    params: DrawSphereParams
)