pub unsafe fn PathIsContentTypeW<P0, P1>(
    pszpath: P0,
    pszcontenttype: P1
) -> BOOL
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,