pub unsafe fn midi_indices(ptr: *mut u8) -> (*mut AtomicU32, *mut AtomicU32)
Returns pointers to the MIDI ring write/read atomics.
ptr must point to a valid allocation containing the MIDI ring atomics.
ptr