Type Alias ERR_STRING_DATA

Source
pub type ERR_STRING_DATA = ERR_string_data_st;

Aliased Type§

struct ERR_STRING_DATA {
    pub error: u64,
    pub string: *const i8,
}

Fields§

§error: u64§string: *const i8