pub fn encrypt_file( file_path: String, passphrase: String, output_file: String, ) -> Result<(OsString, String)>