pub fn query_entry_type_first<T, E>(unit: T) -> ExternResult<Option<Record>>where EntryType: TryFrom<T, Error = E>, WasmError: From<E>,