Function meos_sys::bigintspan_make

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