pub fn remove_wal(path: &Path) -> Result<()>
Remove the WAL file at path. Idempotent — missing-file is OK.
path
Returns Error::Io on any failure other than NotFound.
Error::Io
NotFound