pub unsafe fn PathCchRenameExtension<P0>(
    pszpath: &mut [u16],
    pszext: P0
) -> Result<()>
where P0: IntoParam<PCWSTR>,