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