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