[][src]Function ergo_lib_c::ergo_wallet_wallet_from_mnemonic

#[no_mangle]pub extern "C" fn ergo_wallet_wallet_from_mnemonic(
    _mnemonic_phrase: *const c_char,
    _mnemonic_password: *const u8,
    _mnemonic_password_length: usize,
    _wallet_out: *mut WalletPtr
) -> ErrorPtr