rust/tests/target/issue-2922.rs

11 lines
435 B
Rust
Raw Normal View History

2018-08-31 08:01:38 -05:00
// rustfmt-indent_style: Visual
struct Functions {
RunListenServer: unsafe extern "C" fn(*mut c_void,
*mut c_char,
*mut c_char,
*mut c_char,
*mut c_void,
*mut c_void)
-> c_int,
}