Function uacpi_object_assign_string

uacpi_status uacpi_object_assign_string(uacpi_object*, uacpi_data_view in)

Description

Make the provided object a string/buffer.

Takes in a constant view of the data to be stored in the object. NOTE: The data is copied to a separately allocated buffer and is not taken ownership of.