#ifndef _NTRTL_H NTSYSAPI VOID NTAPI RtlCopyString( _In_ PSTRING DestinationString, _In_opt_ PSTRING SourceString ); #endif View code on GitHub
This function is documented in Windows Driver Kit.