pub fn verify_string(
    file_hash: FileHash,
    string: &str
) -> Result<(), Diagnostics>