This is xnu-11215.1.10. 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 */