ssh_logging_callback

Type Alias ssh_logging_callback 

Source
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§

pub 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.