tcp_extarg_callback_pcb_destroyed_fn
Function prototype for deallocation of arguments. Called *just before* the pcb is freed, so don't expect to be able to do anything with this pcb!
Syntax
typedef void (*tcp_extarg_callback_pcb_destroyed_fn)(u8_t id, void *data);