in plasma-store/src/ffi/ffi.cc [25:28]
rust::String oid_to_hex(const ObjectID& oid) { std::string hex = oid.hex(); return rust::String(hex); }