pub type ZL_SplitDstCapacityFn = Option<unsafe extern "C" fn(src: *const ZL_RBuffer) -> usize>;
pub enum ZL_SplitDstCapacityFn { None, Some(unsafe extern "C" fn(*const ZL_RBuffer) -> usize), }
No value.
Some value of type T.
T