pub unsafe fn WindowsReplaceString(
    string: &HSTRING,
    stringreplaced: &HSTRING,
    stringreplacewith: &HSTRING
) -> Result<HSTRING>