Function meos_sys::intspan_make

source ยท
pub unsafe extern "C" fn intspan_make(
    lower: c_int,
    upper: c_int,
    lower_inc: bool,
    upper_inc: bool,
) -> *mut Span