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