WindowsSubstringWithSpecifiedLength

Function WindowsSubstringWithSpecifiedLength 

Source
pub unsafe extern "system" fn WindowsSubstringWithSpecifiedLength(
    string: HSTRING,
    startIndex: UINT32,
    length: UINT32,
    newString: *mut HSTRING,
) -> HRESULT