pub type PbRefAsType = RefAsType;
#[repr(i32)]pub enum PbRefAsType { Unspecified = 0, Text = 1, File = 2, }
AS FILE