pub unsafe extern "C" fn esp_deregister_freertos_tick_hook(
    old_tick_cb: esp_freertos_tick_cb_t
)
Expand description

@brief Unregister a tick callback. If the tick callback is registered to the tick hooks of both cores, the tick hook will be unregistered from both cores

@param[in] old_tick_cb Callback to be unregistered