pub fn decrypt<S: AsRef<OsStr> + ?Sized>( rsa_file: &S, ciphertext: Vec<u8>, ) -> Result<Vec<u8>, Box<dyn Error>>