libgit2_sys

Function git_submodule_set_branch

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