pub type IUnityProfilerFrameCallback = Option<unsafe extern "system" fn(userData: *mut c_void)>;
pub enum IUnityProfilerFrameCallback { None, Some(unsafe extern "system" fn(*mut c_void)), }
No value.
Some value of type T.
T