pub const SQLITE_WAL_HEADER_SIZE: usize = 32;
Size of the SQLite WAL file header in bytes.
The WAL file begins with a 32-byte header followed by zero or more frames.