This is an onchain utility module for verifying Switchboard Functions.
Usage:
```
pub struct Example<'info> { /// CHECK: todo #[account(constraint = validatefnquote(&function, "e, &signer))] pub function: AccountInfo<'info>, /// CHECK: todo pub quote: AccountInfo<'info>, pub signer: Signer<'info>, } ```