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