pub unsafe fn ExpandEnvironmentStringsForUserW<P0, P1>(
    htoken: P0,
    lpsrc: P1,
    lpdest: &mut [u16]
) -> Result<()>
where P0: IntoParam<HANDLE>, P1: IntoParam<PCWSTR>,