pub struct ARMAsmVar { pub name: String, pub size: usize, pub align: usize, pub init: Option, }