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