Function CheckCollisionBoxSphere

Source
pub unsafe extern "C" fn CheckCollisionBoxSphere(
    box_: BoundingBox,
    center: Vector3,
    radius: f32,
) -> bool