Function demes::ffi::demes_deme_name

source ·
#[no_mangle]
pub extern "C" fn demes_deme_name(deme: &Deme) -> *mut c_char
Expand description

Get the name of a Deme.

§Note

The output value pointee must be free’d by demes_c_char_deallocate to avoid a memory leak.