pub trait Rewrite { // Required method fn rewrite(&mut self, psz_skip: *const u8) -> bool; }
| Rewrite the entire database on disk, | with the exception of key pszSkip if | non-zero |