libgit2_sys

Function git_worktree_is_locked

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