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