pub type BSAVE_EXPRESSION = bsave_expr;
struct BSAVE_EXPRESSION { pub type_: u16, pub value: u32, pub argList: u32, pub nextArg: u32, }
type_: u16
value: u32
argList: u32
nextArg: u32