pub unsafe extern "C" fn git_worktree_open_from_repository(
    out: *mut *mut git_worktree,
    repo: *mut git_repository
) -> c_int