Function uacpi_object_create_string

uacpi_object* uacpi_object_create_string(uacpi_data_view)

Description

Create a string/buffer object. Takes in a constant view of the data.

NOTE: The data is copied to a separately allocated buffer and is not taken ownership of.