ma_rb_init function
Implementation
ma_result ma_rb_init(
int bufferSizeInBytes,
ffi.Pointer<ffi.Void> pOptionalPreallocatedBuffer,
ffi.Pointer<ma_allocation_callbacks> pAllocationCallbacks,
ffi.Pointer<ma_rb> pRB,
) => ma_result.fromValue(
_ma_rb_init(
bufferSizeInBytes,
pOptionalPreallocatedBuffer,
pAllocationCallbacks,
pRB,
),
);