#ifndef _NTRTL_H NTSYSAPI NTSTATUS NTAPI RtlIntegerToUnicodeString( _In_ ULONG Value, _In_opt_ ULONG Base, _Inout_ PUNICODE_STRING String ); #endif View code on GitHub
This function is documented in Windows Driver Kit.