Type Alias IUnityInterfaces
Source pub type IUnityInterfaces = IUnityInterfaces;
struct IUnityInterfaces {
pub GetInterface: Option<unsafe extern "system" fn(UnityInterfaceGUID) -> *mut IUnityInterface>,
pub RegisterInterface: Option<unsafe extern "system" fn(UnityInterfaceGUID, *mut IUnityInterface)>,
pub GetInterfaceSplit: Option<unsafe extern "system" fn(u64, u64) -> *mut IUnityInterface>,
pub RegisterInterfaceSplit: Option<unsafe extern "system" fn(u64, u64, *mut IUnityInterface)>,
}