#[no_mangle]
extern "C" fn AAudioStream_read(
    _stream: *mut AAudioStream,
    _buffer: *mut c_void,
    _num_frames: i32,
    _timeout_nanoseconds: i64
) -> i32