pub unsafe extern "C" fn coap_request_ctx_get_context(
    ctx: *const coap_request_ctx_t
) -> *mut c_void
Expand description

@brief Get resource context associated with a CoAP request

@param[in] ctx The request context

@return Resource context of the request