ddwaf_object_map

Function ddwaf_object_map 

Source
pub unsafe extern "C" fn ddwaf_object_map(
    object: *mut ddwaf_object,
) -> *mut ddwaf_object
Expand description

ddwaf_object_map

Creates a map object, for key-value storage.

@param object Object to perform the operation on. (nonnull)

@return A pointer to the passed object or NULL if the operation failed.