package blazesym
/*
#include "blazesym.h"
*/
import "C"
import (
"unsafe"
)
// GsymDataSource describes the parameters to load symbols and debug information from “raw” Gsym data.
// See: https://docs.rs/blazesym-c/latest/blazesym_c/struct.blaze_symbolize_src_gsym_data.html
type GsymDataSource struct
// newGsymDataSource creates a new gsym data source with the raw Gsym data.
// See: https://docs.rs/blazesym-c/latest/blazesym_c/struct.blaze_symbolize_src_gsym_data.html#structfield.data
func newGsymDataSource(data []byte) *GsymDataSource