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