pub unsafe fn PathCanonicalizeW<P0>(
    pszbuf: &mut [u16; 260],
    pszpath: P0
) -> Result<()>
where P0: IntoParam<PCWSTR>,