This is xnu-12377.1.9. See this file in:
#ifndef __DROP_PRIV_H
#define __DROP_PRIV_H

bool running_as_root(void);
void drop_priv(void);

#endif /* __DROP_PRIV_H */