pub type SLBufferQueueState = SLBufferQueueState_;
#[repr(C)]pub struct SLBufferQueueState { pub count: u32, pub playIndex: u32, }
count: u32
playIndex: u32