Function meos_sys::pg_interval_make

source ยท
pub unsafe extern "C" fn pg_interval_make(
    years: int32,
    months: int32,
    weeks: int32,
    days: int32,
    hours: int32,
    mins: int32,
    secs: f64,
) -> *mut Interval