Function std::os::close

pub fn close(fd: c_int) -> c_int

Delegates to the libc close() function, returning the same return value.