pub unsafe extern "C" fn ddwaf_object_invalid(
object: *mut ddwaf_object,
) -> *mut ddwaf_object
Expand description
ddwaf_object_invalid
Creates an invalid object.
@param object Object to perform the operation on. (nonnull)
@return A pointer to the passed object or NULL if the operation failed.