rc4_free_context
static int rc4_free_context(crypto_ctx_t *);
(void) rc4_free_context(ctx);
return (rc4_free_context(ctx));
(void) rc4_free_context(&ctx);