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