pub unsafe fn PathCchFindExtension<P0>(
    pszpath: P0,
    cchpath: usize
) -> Result<PCWSTR>
where P0: IntoParam<PCWSTR>,