func syscall.TimespecToNsec

one use

	syscall (current package)
		timestruct.go#L10: func TimespecToNsec(ts Timespec) int64 { return ts.Nano() }