pub fn check_role<'a, 'b, 'c, 'info>( ctx: CpiContext<'a, 'b, 'c, 'info, CheckRole<'info>>, role: String, ) -> Result<Return<bool>>