Contents:
Defined in File rawfifo.h
Removes top N elements from the FIFO.
fifo – The FIFO handle.
e – The array to dequeue elements into.
n_elts – # elements to remove.
# of elements removed from the FIFO.