[][src]Type Definition libgit2_sys::git_cred_ssh_interactive_callback

type git_cred_ssh_interactive_callback = extern "C" fn(name: *const c_char, name_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);