Function tskit::bindings::tsk_individual_table_set_metadata_schema[][src]

pub unsafe extern "C" fn tsk_individual_table_set_metadata_schema(
    self_: *mut tsk_individual_table_t,
    metadata_schema: *const c_char,
    metadata_schema_length: tsk_size_t
) -> c_int

@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_individual_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.