Uninitialize an algorithm
#include <dev/crypto/devcrypto_plugin.h>
typedef void(* devcrypto_algorithm_op_uninit)(devcrypto_state_ctx_t *sctx);
This function signals that the user has released the algorithm object and the plugin can clean up the resources associated with it.