summaryrefslogtreecommitdiff
path: root/tests/expectations/func_with_func_ptr_arg.rs
blob: 4ac2528674a1566c6ff0673906784cff98008dce (plain)
1
2
3
4
5
6
7
8
9
/* automatically generated by rust-bindgen */


#![allow(non_snake_case)]


extern "C" {
    pub fn foo(bar: ::std::option::Option<unsafe extern "C" fn()>);
}