pub unsafe fn SHLoadIndirectString<P0>(
    pszsource: P0,
    pszoutbuf: &mut [u16],
    ppvreserved: Option<*const *const c_void>
) -> Result<()>
where P0: IntoParam<PCWSTR>,