#[no_mangle]
pub unsafe extern "C" fn ergo_lib_mnemonic_generator_free_mnemonic(
    mnemonic: *mut c_char
)
Expand description

Free a previously-created CString. Intended to be paired with one of the mnemonic generation functions. Called by the client.