Type Alias classicube_sys::MapImportFunc

source ·
pub type MapImportFunc = Option<unsafe extern "C" fn(stream: *mut Stream) -> cc_result>;

Aliased Type§

enum MapImportFunc {
    None,
    Some(unsafe extern "C" fn(_: *mut Stream) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut Stream) -> u32)

Some value of type T.