go/src/internal/bytealg/indexbyte_native.go

//go:noescape
func IndexByte(b []byte, c byte) int

//go:noescape
func IndexByteString(s string, c byte) int