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

Loads cached timespans from disk (see alass_timespans_save_raw()). Returns null if no file exists at the given path.