fn from()

in crates/libs/core/src/strings.rs [60:63]


    fn from(value: PCWSTR) -> Self {
        let h = safe_pwstr_to_wstring(value);
        Self { h }
    }