Remember that a function used for a new thread must have a specific signature:

void* my_thread (void* data);

Provide the code to declare a new variable named actual data of type int, convert the value passed in the data and store it in this new variable