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