1#[repr(C)] 2#[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)] 3pub struct BGSLocalizedStringDL { 4 id: u32 5} 6const _: () = assert!(core::mem::size_of::<BGSLocalizedStringDL>() == 0x4);