pub type VariableSourceType = BNVariableSourceType;
enum VariableSourceType { StackVariableSourceType = 0, RegisterVariableSourceType = 1, FlagVariableSourceType = 2, }