[][src]Function libcoap_sys::coap_delete_optlist

pub unsafe extern "C" fn coap_delete_optlist(optlist_chain: *mut coap_optlist_t)

Removes all entries from the @p optlist_chain, freeing off their memory usage.

@param optlist_chain The optlist chain to remove all the entries from