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