# Functions
CreateStackInfoFunc returns a closure function that for a given depth returns stack caller information (file and line).
CreateStackInfoWithFuncnameFunc returns a closure function that for a given depth returns stack caller information (file, line and function name *if* found).
GetStackInfo returns caller stack information (file and line) for a given depth.