pub unsafe extern "C" fn ddwaf_object_get_length(
object: *const ddwaf_object,
) -> usizeExpand description
Returns the length of the string object.
@param object The object from which to get the length.
@return The string length or 0 if the object is not a string.