pub const HEAP_CLOSURE_HEADER_SIZE: usize = 16;
Byte size of the heap closure header: HeapHeader (8) + function_id (4) + type_id (4).
HeapHeader (8) + function_id (4) + type_id (4)