Type Alias git_cred_ssh_interactive_callback

Source
pub type git_cred_ssh_interactive_callback = Option<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)>;

Aliased Type§

pub enum git_cred_ssh_interactive_callback {
    None,
    Some(extern "C" fn(*const i8, i32, *const i8, i32, i32, *const LIBSSH2_USERAUTH_KBDINT_PROMPT, *mut LIBSSH2_USERAUTH_KBDINT_RESPONSE, *mut *mut c_void)),
}

Variants§