1 s! { 2 pub struct ctl_info { 3 pub ctl_id: u32, 4 pub ctl_name: [::c_char; MAX_KCTL_NAME], 5 } 6 } 7 8 pub const MAX_KCTL_NAME: usize = 96; 9