pub type xmpp_mem_t = _xmpp_mem_t;Aliased Type§
#[repr(C)]pub struct xmpp_mem_t {
pub alloc: Option<unsafe extern "C" fn(usize, *mut c_void) -> *mut c_void>,
pub free: Option<unsafe extern "C" fn(*mut c_void, *mut c_void)>,
pub realloc: Option<unsafe extern "C" fn(*mut c_void, usize, *mut c_void) -> *mut c_void>,
pub userdata: *mut c_void,
}Fields§
§alloc: Option<unsafe extern "C" fn(usize, *mut c_void) -> *mut c_void>§free: Option<unsafe extern "C" fn(*mut c_void, *mut c_void)>§realloc: Option<unsafe extern "C" fn(*mut c_void, usize, *mut c_void) -> *mut c_void>§userdata: *mut c_void