#[no_mangle]
pub unsafe extern "C" fn spSkeletonBounds_aabbIntersectsSegment(
    self_0: *mut spSkeletonBounds,
    x1: c_float,
    y1: c_float,
    x2: c_float,
    y2: c_float
) -> c_int