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

Loads timespans from subtitle file. Returns null if no file exists at the given path.