#[no_mangle]
pub extern "C" fn alass_timespans_save_raw(
    spans: *mut TimeSpans,
    filename: *const c_char
) -> ResultCode
Expand description

Saves timespans to disk with the given filename (see alass_timespans_load_raw()).