Macro windows_sys::s

macro_rules! s {
    ($s:literal) => { ... };
}
Expand description

A literal UTF-8 string with a trailing null terminator.