pub const PRIVATE_KEY_INFO_VERSION_1: u8 = 0;
When PrivateKeyInfo have this version specified, it should not have public_key field set. This version of PrivateKeyInfo mostly used to represent RSA and EC private keys.
PrivateKeyInfo
public_key