pub type ERR_STRING_DATA = ERR_string_data_st;
struct ERR_STRING_DATA { pub error: u64, pub string: *const i8, }
error: u64
string: *const i8