pub unsafe extern "C" fn ddwaf_object_destroy(
object: *mut ddwaf_object,
alloc: ddwaf_allocator,
)Expand description
Frees the memory contained within the object.
@param object Object to destroy. (nonnull) @param alloc Allocator to use for memory reclamation. (nonnull)