pub type PbSecretRefNode = SecretRefNode;
pub struct PbSecretRefNode { pub secret_id: u32, pub ref_as: i32, }
secret_id: u32
ref_as: i32