Currently autopadding cannot cover struct type with a field in the struct below: ``` pad_struct_and_impl_default!( pub struct Run { 0x0 entry: Entry, 0x800 exit: Exit, } ); ```