pub type NodeSetFlags2Result = Result<(), i32>;
enum NodeSetFlags2Result { Ok(()), Err(i32), }
Contains the success value
Contains the error value