index
:
rust-bindgen.git
master
Unnamed repository; edit this file 'description' to name the repository.
Kent Overstreet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
headers
/
func_with_func_ptr_arg.h
blob: e9abcae68888cf4c93bb1bbcc56a8cbd29e69354 (
plain
)
1
2
3
void
foo
(
void
(*
bar
)());
void
bar
(
void
(*
one
)(
int
a
,
int
b
),
void
(*
two
)(
int
c
,
int
d
));