mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-02 10:04:23 +00:00
11 lines
435 B
Rust
11 lines
435 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,
|
|
}
|