pub unsafe extern "C" fn tsk_table_collection_set_time_units(
    self_: *mut tsk_table_collection_t,
    time_units: *const c_char,
    time_units_length: tsk_size_t
) -> c_int
Expand description

@brief Set the time_units @rst Copies the time_units string to this table collection, replacing any existing. @endrst @param self A pointer to a tsk_table_collection_t object. @param time_units A pointer to a char array. @param time_units_length The size of the time units string in bytes. @return Return 0 on success or a negative value on failure.