nf_tables_rule_destroy
void nf_tables_rule_destroy(const struct nft_ctx *ctx, struct nft_rule *rule);
nf_tables_rule_destroy(&ctx, nft_trans_rule(trans));
nf_tables_rule_destroy(&ctx, nft_trans_rule(trans));
nf_tables_rule_destroy(ctx, rule);
nf_tables_rule_destroy(&ctx, rule);
nf_tables_rule_destroy(&chain_ctx, rule);