mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-04 12:44:40 +00:00
10 lines
208 B
Rust
10 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,
|
|
}
|