#[no_mangle]
pub unsafe extern "C" fn forward_graph_cloning_rates(
    graph: *const OpaqueForwardGraph,
    status: *mut i32
) -> *const f64
Expand description

Pointer to first element of cloning rates array.

The length of the array is equal to forward_graph_number_of_demes.

Safety

graph must be a valid pointer