Function uacpi_object_create_package
uacpi_object* uacpi_object_create_package(uacpi_object_array in)
Description
Create a package object 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.