windows::Win32::Foundation

Function SysReAllocStringLen

pub unsafe fn SysReAllocStringLen<P1>(
    pbstr: *mut BSTR,
    psz: P1,
    len: u32,
) -> i32
where P1: Param<PCWSTR>,