Skip to main content

ddwaf_free_fn_type

Type Alias ddwaf_free_fn_type 

Source
pub type ddwaf_free_fn_type = Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: *mut c_void, arg3: usize, arg4: usize)>;

Aliased Type§

pub enum ddwaf_free_fn_type {
    None,
    Some(unsafe extern "C" fn(*mut c_void, *mut c_void, usize, usize)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, *mut c_void, usize, usize))

Some value of type T.