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