pub fn has_admin<'a, 'b, 'c, 'info>( ctx: CpiContext<'a, 'b, 'c, 'info, HasRole<'info>>, authority: Pubkey, ) -> Result<Return<bool>>