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