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