pub unsafe extern "C" fn git_submodule_set_update(
    repo: *mut git_repository,
    name: *const c_char,
    update: git_submodule_update_t
) -> c_int