pub unsafe extern "C" fn vRingbufferDelete(xRingbuffer: *mut c_void)
Expand description

@brief Delete a ring buffer

@param[in] xRingbuffer Ring buffer to delete

@note This function will not deallocate any memory if the ring buffer was created using xRingbufferCreateStatic(). Deallocation must be done manually be the user.