pub unsafe fn PathRenameExtensionA<P0>(
    pszpath: &mut [u8; 260],
    pszext: P0
) -> BOOL
where P0: IntoParam<PCSTR>,