pub unsafe extern "C" fn ddwaf_object_get_unsigned(
object: *const ddwaf_object,
) -> u64Expand description
Returns the uint64 contained within the object.
@param object The object from which to get the integer.
@return The integer or 0 if the object is not an unsigned.