Function uacpi_get_namespace_node_info
uacpi_status uacpi_get_namespace_node_info(uacpi_namespace_node* node, uacpi_namespace_node_info** out_info)
Description
Retrieve information about a namespace node. This includes the attached
object's type, name, number of parameters (if it's a method), the result of evaluating _ADR, _UID, _CLS, _HID, _CID, as well as _SxD and _SxW. The returned structure must be freed with uacpi_free_namespace_node_info.