pub unsafe fn QuerySecurityPackageInfoA<P0>(
    pszpackagename: P0,
) -> Result<*mut SecPkgInfoA>
where P0: Param<PCSTR>,