libgit2_sys

Function git_worktree_lock

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