ZL_PipeEncoderFn

Type Alias ZL_PipeEncoderFn 

Source
pub type ZL_PipeEncoderFn = Option<unsafe extern "C" fn(dst: *mut c_void, dstCapacity: usize, src: *const c_void, srcSize: usize) -> usize>;

Aliased Type§

pub enum ZL_PipeEncoderFn {
    None,
    Some(unsafe extern "C" fn(*mut c_void, usize, *const c_void, usize) -> usize),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, usize, *const c_void, usize) -> usize)

Some value of type T.