void someFunc(int*)
{

}

void otherFunc()
{
  someFunc(nullptr);
}