pub trait InvokeCpiContextAccount<'info> {
// Required method
fn get_cpi_context_account(&self) -> Option<&AccountInfo<'info>>;
}pub trait InvokeCpiContextAccount<'info> {
// Required method
fn get_cpi_context_account(&self) -> Option<&AccountInfo<'info>>;
}