I have a struct t_args with void* types typedef struct s_args { void *width; } t_args; I am passing in void * an int address. Next, we look at the value
typedef struct s_args { void *width; } t_args;