[][src]Function indy_sys::non_secrets::indy_delete_wallet_record_tags

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