//go:cgo_ldflag "-static"
//go:cgo_ldflag "-pthread"
// Code generated by cmd/cgo; DO NOT EDIT.

package issue9026

import "unsafe"

import _ "runtime/cgo"

import "syscall"

var _ syscall.Errno
func _Cgo_ptr(ptr unsafe.Pointer) unsafe.Pointer { return ptr }

//go:linkname _Cgo_always_false runtime.cgoAlwaysFalse
var _Cgo_always_false bool
//go:linkname _Cgo_use runtime.cgoUse
func _Cgo_use(interface{})
type _Ctype_git_merge_file_input = _Ctype_struct___0

type _Ctype_git_merge_file_options = _Ctype_struct___1

type _Ctype_int int32

type _Ctype_struct___0 struct {
	i _Ctype_int
}

type _Ctype_struct___1 struct {
	j _Ctype_int
}

//go:notinheap
type _Ctype_void_notinheap struct{}

type _Ctype_void [0]byte

//go:linkname _cgo_runtime_cgocall runtime.cgocall
func _cgo_runtime_cgocall(unsafe.Pointer, uintptr) int32

//go:linkname _cgoCheckPointer runtime.cgoCheckPointer
func _cgoCheckPointer(interface{}, interface{})

//go:linkname _cgoCheckResult runtime.cgoCheckResult
func _cgoCheckResult(interface{})

//go:cgo_import_static _cgo_2fdb82d3af6e_Cfunc_git_merge_file
//go:linkname __cgofn__cgo_2fdb82d3af6e_Cfunc_git_merge_file _cgo_2fdb82d3af6e_Cfunc_git_merge_file
var __cgofn__cgo_2fdb82d3af6e_Cfunc_git_merge_file byte
var _cgo_2fdb82d3af6e_Cfunc_git_merge_file = unsafe.Pointer(&__cgofn__cgo_2fdb82d3af6e_Cfunc_git_merge_file)

//go:cgo_unsafe_args
func _Cfunc_git_merge_file(p0 *_Ctype_struct___0, p1 *_Ctype_struct___1) (r1 _Ctype_void) {
	_cgo_runtime_cgocall(_cgo_2fdb82d3af6e_Cfunc_git_merge_file, uintptr(unsafe.Pointer(&p0)))
	if _Cgo_always_false {
		_Cgo_use(p0)
		_Cgo_use(p1)
	}
	return
}
