Option type for optional accounts.
#[derive(Accounts)] pub struct Example { pub my_acc: Option<Account<'info, MyData>> }