pub unsafe extern "C" fn tsk_mutation_table_set_metadata_schema(
    self_: *mut tsk_mutation_table_t,
    metadata_schema: *const c_char,
    metadata_schema_length: tsk_size_t
) -> c_int
Expand description

@brief Set the metadata schema @rst Copies the metadata schema string to this table, replacing any existing. @endrst @param self A pointer to a tsk_mutation_table_t object. @param metadata_schema A pointer to a char array. @param metadata_schema_length The size of the metadata schema in bytes. @return Return 0 on success or a negative value on failure.