Function uacpi_object_create_integer_safe

uacpi_status uacpi_object_create_integer_safe(uacpi_u64, uacpi_overflow_behavior, uacpi_object** out_obj)

Description

Same as uacpi_object_create_integer, but introduces additional ways to

control what happens if the provided integer is larger than 32-bits, and the AML code expects 32-bit integers.