[][src]Function miniaudio_sys::ma_pcm_rb_init

pub unsafe extern "C" fn ma_pcm_rb_init(
    format: ma_format,
    channels: ma_uint32,
    bufferSizeInFrames: ma_uint32,
    pOptionalPreallocatedBuffer: *mut c_void,
    pAllocationCallbacks: *const ma_allocation_callbacks,
    pRB: *mut ma_pcm_rb
) -> ma_result