pub unsafe fn PathCanonicalizeA<P0>(
    pszbuf: &mut [u8; 260],
    pszpath: P0
) -> Result<()>
where P0: IntoParam<PCSTR>,