pub unsafe fn AppendTailList(
    ListHead: &mut LIST_ENTRY,
    ListToAppend: &mut LIST_ENTRY
)