[][src]Function indy_sys::non_secrets::indy_update_wallet_record_value

#[no_mangle]
pub unsafe extern "C" fn indy_update_wallet_record_value(
    command_handle: CommandHandle,
    wallet_handle: WalletHandle,
    type_: CString,
    id: CString,
    value: CString,
    cb: Option<ResponseEmptyCB>
) -> Error