pub fn admin_update_admin(
    ctx: Context<'_, '_, '_, '_, AdminUpdateAdmin<'_>>,
    new_admin: Pubkey
) -> Result<()>