rust/tests/source/issue-2922.rs
2018-08-31 16:25:01 +03:00

9 lines
208 B
Rust

// 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,
}