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

Safety

yaml must be a valid pointer containing valid utf8 data.