pub type ssh_logging_callback = Option<unsafe extern "C" fn(priority: c_int, function: *const c_char, buffer: *const c_char, userdata: *mut c_void)>;

Aliased Type§

enum ssh_logging_callback {
    None,
    Some(unsafe extern "C" fn(_: i32, _: *const i8, _: *const i8, _: *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: i32, _: *const i8, _: *const i8, _: *mut c_void))

Some value of type T.