fn get_String()

in crates/libs/core/src/strings.rs [27:30]


    fn get_String(&self) -> crate::PCWSTR {
        // This is some hack to get the raw pointer out.
        crate::PCWSTR::from_raw(self.data.as_ptr())
    }