public static IntPtr leveldb_property_value(IntPtr /* DB */ db, string propname) { return(NativeRocksDB.rocksdb_property_value(db, propname)); }