Function uacpi_object_assign_package
uacpi_status uacpi_object_assign_package(uacpi_object*, uacpi_object_array in)
Description
Make the provided object a package and store all of the objects in the array
inside. The array is allowed to be empty. NOTE: the reference count of each object is incremented before being stored in the object. Client code must remove all of the locally created references at its own discretion.