pub unsafe extern "C" fn otCoapSecureRemoveResource(
    aInstance: *mut otInstance,
    aResource: *mut otCoapResource
)
Expand description

Removes a resource from the CoAP Secure server.

@param[in] aInstance A pointer to an OpenThread instance. @param[in] aResource A pointer to the resource.