pub type FPtr_container_insert = Option<unsafe extern "C" fn(cont: *mut byte_t, pos: u32, n: u32, type_: *const char_t, esize: u16) -> *mut byte_t>;Aliased Type§
pub enum FPtr_container_insert {
None,
Some(unsafe extern "C" fn(*mut u8, u32, u32, *const i8, u16) -> *mut u8),
}