pub unsafe fn PathCchCanonicalize<P0>(
    pszpathout: &mut [u16],
    pszpathin: P0
) -> Result<()>
where P0: IntoParam<PCWSTR>,