pub unsafe fn SysReAllocStringLen<'a, P0>(
    pbstr: *mut BSTR,
    psz: P0,
    len: u32
) -> i32where
    P0: Into<PCWSTR>,
Expand description

Required features: "Win32_Foundation"