pub type ssh_gssapi_accept_sec_ctx_callback = Option<unsafe extern "C" fn(session: ssh_session, input_token: ssh_string, output_token: *mut ssh_string, userdata: *mut c_void) -> c_int>;

Aliased Type§

enum ssh_gssapi_accept_sec_ctx_callback {
    None,
    Some(unsafe extern "C" fn(_: *mut ssh_session_struct, _: *mut ssh_string_struct, _: *mut *mut ssh_string_struct, _: *mut c_void) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut ssh_session_struct, _: *mut ssh_string_struct, _: *mut *mut ssh_string_struct, _: *mut c_void) -> i32)

Some value of type T.