pub unsafe extern "C" fn wifi_prov_mgr_endpoint_unregister(
    ep_name: *const c_char
)
Expand description

@brief Unregister the handler for an endpoint

This API can be called if the application wants to selectively unregister the handler of an endpoint while the provisioning is still in progress.

All the endpoint handlers are unregistered automatically when the provisioning stops.

@param[in] ep_name Name of the endpoint