Type Alias classicube_sys::FP_ZLib_MakeStream

source ·
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)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut Stream, _: *mut ZLibState, _: *mut Stream))

Some value of type T.