pub type PbSecretMetaBackend = SecretMetaBackend;
struct PbSecretMetaBackend { pub value: Vec<u8>, }
value: Vec<u8>