pub unsafe extern "C" fn esp_openthread_set_compatibility_error_callback(
callback: esp_openthread_compatibility_error_callback,
)Expand description
@brief Registers the callback for spinel compatibility error.
@note This function should be called before esp_openthread_init.
@param[in] callback The callback.