#ifndef _NTRTL_H NTSYSAPI NTSTATUS NTAPI RtlStringFromGUID( _In_ PGUID Guid, _Out_ PUNICODE_STRING GuidString ); #endif View code on GitHub
This function is documented in Windows Driver Kit.