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