pub type FP_ZLib_MakeStream = Option<unsafe extern "C" fn(stream: *mut Stream, state: *mut ZLibState, underlying: *mut Stream)>;
Aliased Type§
enum FP_ZLib_MakeStream {
None,
Some(unsafe extern "C" fn(*mut Stream, *mut ZLibState, *mut Stream)),
}