pub unsafe extern "C" fn tmpnam_r(__s: *mut c_char) -> *mut c_char
This is the reentrant variant of `tmpnam’. The only difference is that it does not allow S to be NULL.