Function libgit2_sys::git_branch_lookup
source ยท pub unsafe extern "C" fn git_branch_lookup(
out: *mut *mut git_reference,
repo: *mut git_repository,
branch_name: *const c_char,
branch_type: git_branch_t,
) -> c_int