27 double first_interval,
double(*) BLI_timer_func(uintptr_t uuid, void *user_data)
bool BLI_timer_is_registered(uintptr_t uuid)
void BLI_timer_register(uintptr_t uuid, BLI_timer_func func, void *user_data, BLI_timer_data_free user_data_free, double first_interval, bool persistent)
void(*) BLI_timer_data_free(uintptr_t uuid, void *user_data)
bool BLI_timer_unregister(uintptr_t uuid)
void BLI_timer_free(void)
void BLI_timer_on_file_load(void)
void BLI_timer_execute(void)