ddwaf_object_free_fn

Type Alias ddwaf_object_free_fn 

Source
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)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut _ddwaf_object))

Some value of type T.