fix(sqlite): zero reserved header bytes 72-91 per spec section 1.2
The 20-byte reserved-for-expansion region was not being zeroed,
causing non-zero bytes from the reused page buffer to leak into
the database header. Found by the spec header values test.