pub unsafe extern "C" fn ddwaf_object_get_signed(
object: *const ddwaf_object,
) -> i64Expand description
Returns the int64 contained within the object.
@param object The object from which to get the integer.
@return The integer or 0 if the object is not a signed.