Raw (unsafe) bindings for Oboe library
Oboe is a C++ library which makes it easy to build high-performance audio apps on Android. It was created primarily to allow developers to target a simplified API that works across multiple API levels back to API level 16 (Jelly Bean).
Usually you shouldn't use this crate directly, instead use oboe crate which provides safe interface.