pub fn assert_derivation( program_id: &Pubkey, account: &Pubkey, path: &[&[u8]], ) -> Result<u8, ProgramError>
Verify the derivation of the seeds against the given account.