FPtr_container_insert

Type Alias FPtr_container_insert 

Source
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),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut u8, u32, u32, *const i8, u16) -> *mut u8)

Some value of type T.