pub unsafe extern "C" fn esp_openthread_set_compatibility_error_callback(
callback: Option<unsafe extern "C" fn()>,
)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.