[][src]Function tskit_rust::bindings::tsk_individual_table_append_columns

pub unsafe extern "C" fn tsk_individual_table_append_columns(
    self_: *mut tsk_individual_table_t,
    num_rows: tsk_size_t,
    flags: *const tsk_flags_t,
    location: *const f64,
    location_length: *const tsk_size_t,
    metadata: *const c_char,
    metadata_length: *const tsk_size_t
) -> c_int