pub unsafe fn list_insert_nth_int(
    arg_list: *mut List,
    arg_pos: c_int,
    arg_datum: c_int
) -> *mut List