pub fn backup_file( source_db_path: impl AsRef<Path>, backup_db_path: impl AsRef<Path>, ) -> Result<()>