blob: 501f78c78b869bcf269ccd76a65d56b96475eb1e (
plain)
1
2
3
4
5
6
7
8
9
10
|
// 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,
}
|