pub unsafe extern "C" fn auth_clean(_as: *mut auth_session_t)Expand description
Clean the BSD Authentication session
From auth_subr(3):
This function removes any files created by a login script in this session and clears all
state associated with this session, with the exception of the option settings. It is not
necessary to call `auth_clean()` if `auth_close()` is called.