pub type cef_string_utf8_t = _cef_string_utf8_t;Aliased Type§
#[repr(C)]pub struct cef_string_utf8_t {
pub str_: *mut i8,
pub length: usize,
pub dtor: Option<unsafe extern "C" fn(*mut i8)>,
}Fields§
§str_: *mut i8§length: usize§dtor: Option<unsafe extern "C" fn(*mut i8)>