Crate real_c_string

Source

Macrosยง

real_c_string
Produces a C-string literal with the same representation as that of strings in C at ASM level Used in vmprotect crate, because vmprotect disassembles code and finds usages like this.
real_c_wstring
Same as real_c_string, but used for wchar_t* strings