[][src]Type Definition libssh2_sys::LIBSSH2_USERAUTH_KBDINT_RESPONSE_FUNC

type LIBSSH2_USERAUTH_KBDINT_RESPONSE_FUNC = extern "C" fn(username: *const c_char, username_len: c_int, instruction: *const c_char, instruction_len: c_int, num_prompts: c_int, prompts: *const LIBSSH2_USERAUTH_KBDINT_PROMPT, responses: *mut LIBSSH2_USERAUTH_KBDINT_RESPONSE, abstrakt: *mut *mut c_void);