pub type IUnityProfilerFlowEventCallback = Option<unsafe extern "system" fn(flowEventType: UnityProfilerFlowEventType, flowId: u32, userData: *mut c_void)>;
Aliased Type§
pub enum IUnityProfilerFlowEventCallback {
None,
Some(unsafe extern "system" fn(u8, u32, *mut c_void)),
}