Starts the timer timer.
void napc_Timer_start( napc__Timer * timer );
napc__Timer timer = napc_Timer_create(1000); napc_Timer_start(&timer);