pub unsafe extern "C" fn ddwaf_subcontext_destroy(
subcontext: ddwaf_subcontext,
)Expand description
Performs the destruction of the subcontext, freeing the data passed to it through ddwaf_subcontext_eval using the used-defined allocator.
@param subcontext subcontext to destroy. (nonnull)