Function libgit2_sys::git_worktree_lock

source ยท
pub unsafe extern "C" fn git_worktree_lock(
    wt: *mut git_worktree,
    reason: *const c_char,
) -> c_int