__stack_depot_get_stack_record
struct stack_record *__stack_depot_get_stack_record(depot_stack_handle_t handle);
dummy_stack.stack_record = __stack_depot_get_stack_record(dummy_handle);
failure_stack.stack_record = __stack_depot_get_stack_record(failure_handle);
struct stack_record *stack_record = __stack_depot_get_stack_record(handle);
struct stack_record *stack_record = __stack_depot_get_stack_record(handle);