Initialize the storage (creates Storage instance)
ffi.Pointer<Box> graphdb_init(ffi.Pointer<ffi.Char> boxName) { return _graphdb_init(boxName); }