ddwaf_object_null

Function ddwaf_object_null 

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

ddwaf_object_null

Creates an null object. Provides a different semantical value to invalid as it can be used to signify that a value is null rather than of an unknown type.

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

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