pub unsafe extern "C" fn tsk_treeseq_get_breakpoints(
    self_: *const tsk_treeseq_t
) -> *const f64
Expand description

@brief Get the breakpoints

@rst Returns an array of breakpoint locations, the array is owned by the tree sequence. @endrst

@param self A pointer to a tsk_treeseq_t object. @return Returns the pointer to the breakpoint array.