ddwaf_object_array

Function ddwaf_object_array 

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

ddwaf_object_array

Creates an array object, for sequential storage.

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

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