pub unsafe extern "C" fn ddwaf_object_get_type(
object: *const ddwaf_object,
) -> DDWAF_OBJ_TYPEExpand description
Returns the type of the object.
@param object The object from which to get the type.
@return The object type of DDWAF_OBJ_INVALID if NULL.