// Code generated by cmd/cgo; DO NOT EDIT.

//line /tmp/cgotest3246027260/src/cgotest/issue30527/a.go:1:1
// Copyright 2019 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

package issue30527

import "math"

/*
#include <inttypes.h>

static void issue30527F(char **p, uint64_t mod, uint32_t unused) {}
*/
import _ "unsafe"

func G(p ** /*line :16:12*/_Ctype_char /*line :16:18*/) {
	func() { _cgo0 := /*line :17:16*/p; var _cgo1 _Ctype_uint64_t = /*line :17:19*/math.MaxUint64; var _cgo2 _Ctype_uint32_t = /*line :17:35*/1; _cgoCheckPointer(_cgo0, nil); _Cfunc_issue30527F(_cgo0, _cgo1, _cgo2); }()
	func() { _cgo0 := /*line :18:16*/p; var _cgo1 _Ctype_uint64_t = /*line :18:19*/1<<64 - 1; var _cgo2 _Ctype_uint32_t = /*line :18:28*/Z; _cgoCheckPointer(_cgo0, nil); _Cfunc_issue30527F(_cgo0, _cgo1, _cgo2); }()
}
