pub fn microseconds_add_array<const INTERVAL_MODE: i8>(
    ts_us: i64,
    interval: i128,
    sign: i32
) -> Result<i64>