pub fn configure_adapter<'a, 'b, 'c, 'info>(
    ctx: CpiContext<'a, 'b, 'c, 'info, ConfigureAdapter<'info>>,
    is_adapter: bool
) -> Result<()>