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