pub unsafe extern "C" fn otCoapOptionIteratorGetNextOption(
aIterator: *mut otCoapOptionIterator,
) -> *const otCoapOption
Expand description
Returns a pointer to the next option.
@param[in,out] aIterator A pointer to the CoAP message option iterator.
@returns A pointer to the next option. If no more options are present NULL pointer is returned.