pub unsafe extern "C" fn rocksdb_get_db_identity( db: *mut rocksdb_t, id_len: *mut usize, ) -> *mut c_char
Returns a malloc() buffer with the DB identity, assigning the length to *id_len. Returns NULL if an error occurred.