pub type oboe_Result = i32;
The result of an operation. All except the OK result indicates that an error occurred. The Result can be converted into a human readable string using convertToText.
OK
Result
convertToText