void *whoop_wrapper_nvram_llseek(void* args)
{
    nvram_llseek(whoop_file_3, __VERIFIER_nondet_long(), whoop_int);
    return NULL;
}
void *whoop_wrapper_nvram_llseek(void* args)
{
	nvram_llseek(whoop_file_3, &whoop_loff_t, whoop_int);
}