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