pub unsafe extern "C" fn git_cred_userpass_plaintext_new( out: *mut *mut git_cred, username: *const c_char, password: *const c_char) -> c_int