[][src]Function indy_sys::non_secrets::indy_update_wallet_record_tags

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