pub unsafe extern "C" fn git_repository_set_head_detached_from_annotated(
    repo: *mut git_repository,
    commitish: *const git_annotated_commit
) -> c_int