pub type GraphComponentCompileDataI = Option<unsafe extern "C" fn(gr: *mut GraphInterpreterO, wire: u32, tt: *const TheTruthO, data_id: TtIdT, to_type_hash: StrhashT) -> bool>;
Aliased Type§
pub enum GraphComponentCompileDataI {
None,
Some(unsafe extern "C" fn(*mut GraphInterpreterO, u32, *const TheTruthO, TtIdT, StrhashT) -> bool),
}