Type Alias libgit2_sys::git_url_resolve_cb
source · pub type git_url_resolve_cb = Option<extern "C" fn(_: *mut git_buf, _: *const c_char, _: c_int, _: *mut c_void) -> c_int>;
Aliased Type§
enum git_url_resolve_cb {
None,
Some(extern "C" fn(_: *mut git_buf, _: *const i8, _: i32, _: *mut c_void) -> i32),
}