pub unsafe fn PathUnExpandEnvStringsW<P0>(
    pszpath: P0,
    pszbuf: &mut [u16]
) -> BOOL
where P0: IntoParam<PCWSTR>,