void *whoop_wrapper_nvram_cleanup(void* args)
{
    nvram_cleanup();
    return NULL;
}
void *whoop_wrapper_nvram_cleanup(void* args)
{
	nvram_cleanup();
}