pub type ddwaf_alloc_fn_type = Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: usize, arg3: usize) -> *mut c_void>;Aliased Type§
pub enum ddwaf_alloc_fn_type {
None,
Some(unsafe extern "C" fn(*mut c_void, usize, usize) -> *mut c_void),
}