pub unsafe extern "C" fn vListInsertEnd(
    pxList: *mut List_t,
    pxNewListItem: *mut ListItem_t
)