pub fn save_private_key<P: AsRef<Path>>( path: P, key: &SlhDsaPrivateKey, enc: KeyEncoding, ) -> Result<()>