pub unsafe fn WindowsSubstringWithSpecifiedLength(
    string: &HSTRING,
    startindex: u32,
    length: u32
) -> Result<HSTRING>