Function DrawSphereWires

Source
pub unsafe extern "C" fn DrawSphereWires(
    centerPos: Vector3,
    radius: f32,
    rings: i32,
    slices: i32,
    color: Color,
)