git_repository_set_head

Function git_repository_set_head 

Source
pub unsafe extern "C" fn git_repository_set_head(
    repo: *mut git_repository,
    refname: *const c_char,
) -> c_int