Type Definition libgit2_sys::git_stash_cb

source ·
pub type git_stash_cb = extern "C" fn(index: size_t, message: *const c_char, stash_id: *const git_oid, payload: *mut c_void) -> c_int;