const SourceLocation = extern struct
const SourceLocation = extern struct { file_name: ?[*:0]const u8, line: u32, col: u32, }