pub unsafe extern "C" fn git_submodule_lookup(
    out: *mut *mut git_submodule,
    repo: *mut git_repository,
    name: *const c_char
) -> c_int