#[no_mangle]
pub extern "C" fn alass_timespans_push(
    spans: *mut TimeSpans,
    start_time: i64,
    end_time: i64
) -> ResultCode
Expand description

Appends timespan to buffer. Start and end times are in milliseconds.