pub unsafe extern "C" fn ddwaf_object_is_signed(
object: *const ddwaf_object,
) -> boolExpand description
Returns true if the object is a signed integer.
@param object The object from which to get the type.
@return True if the object is a signed integer, false otherwise.