pub fn assert_keys_equal_with_error(
    key1: &Pubkey,
    key2: &Pubkey,
    err: MetadataError
) -> Result<(), ProgramError>