pub unsafe fn ImportSecurityContextA<P0>(
    pszpackage: P0,
    ppackedcontext: *const SecBuffer,
    token: *const c_void,
) -> Result<SecHandle>
where P0: Param<PCSTR>,