macro_rules! pc_str {
    ($($str:tt),*) => { ... };
}
Expand description

Constructs new zero terminated string of type [windows::Win32::Foundation::PSTR].