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