func syscall.Sendfile

one use

	syscall (current package)
		syscall_unix.go#L360: func Sendfile(outfd int, infd int, offset *int64, count int) (written int, err error) {