pub type PbSecretRef = SecretRef;
struct PbSecretRef { pub secret_id: u32, pub ref_as: i32, }
secret_id: u32
ref_as: i32