Type Alias libssh_rs_sys::ssh_packet_callback

source ·
pub type ssh_packet_callback = Option<unsafe extern "C" fn(session: ssh_session, type_: u8, packet: ssh_buffer, user: *mut c_void) -> c_int>;

Aliased Type§

enum ssh_packet_callback {
    // some variants omitted
}

Variants§