pub const STACK_CLOSURE_HEADER_SIZE: usize = 8;
Byte size of the stack closure header: function_id (4) + type_id (4).
function_id (4) + type_id (4)