pub unsafe fn PathAllocCanonicalize<P0>(
    pszpathin: P0,
    dwflags: PATHCCH_OPTIONS
) -> Result<PWSTR>
where P0: IntoParam<PCWSTR>,