rustfmt-nightly 1.1.1

Tool to find and fix Rust formatting issues
Documentation
// 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,
}