Function libgit2_sys::git_cred_ssh_interactive_new [−][src]
pub unsafe extern "C" fn git_cred_ssh_interactive_new(
    out: *mut *mut git_cred, 
    username: *const c_char, 
    prompt_callback: git_cred_ssh_interactive_callback, 
    payload: *mut c_void
) -> c_int