pub unsafe extern "C" fn vfs_close(fd: c_int) -> c_int
@brief Close an open file
@param[in] fd fd number to close
@return 0 on success @return <0 on error