summaryrefslogtreecommitdiff
path: root/tests/expectations/func_with_func_ptr_arg.rs
blob: b6e345f6d4dc60081e7324a0c6172771554e53b2 (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: *mut ::std::option::Option<unsafe extern "C" fn()>);
}