pub unsafe extern "C" fn tsk_treeseq_split_edges(
    self_: *const tsk_treeseq_t,
    time: f64,
    flags: tsk_flags_t,
    population: tsk_id_t,
    metadata: *const c_char,
    metadata_length: tsk_size_t,
    options: tsk_flags_t,
    output: *mut tsk_treeseq_t
) -> c_int
Expand description

@}