Creates a timer with a duration of duration milliseconds.
napc__Timer napc_Timer_create( napc_time duration );
napc__Timer timer = napc_Timer_create(1000); // 1000ms = 1s
typedef napc_u32 napc_time;