pub type ddwaf_object_free_fn = Option<unsafe extern "C" fn(object: *mut ddwaf_object)>;
Expand description
@typedef ddwaf_object_free_fn
Type of the function to free ddwaf::objects.
Aliased Type§
pub enum ddwaf_object_free_fn {
None,
Some(unsafe extern "C" fn(*mut _ddwaf_object)),
}