ZL_PipeDecoderFn

Type Alias ZL_PipeDecoderFn 

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

Aliased Type§

pub enum ZL_PipeDecoderFn {
    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.