Creates a new session.
fn new_session() -> Result<i32, Errno>
Returns the session id of the new session.
This fails if the current process is already a group leader.
setsid(2)