pub unsafe fn PathAddExtensionW<P0>(
    pszpath: &mut [u16; 260],
    pszext: P0
) -> BOOL
where P0: IntoParam<PCWSTR>,