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