internal static extern bool Client_RegisterCreateInterface(NativeClient client, CreateInterfaceCallback createInterfaceHandler);
internal static extern bool Server_RegisterCallbacks(NativeServer server, CreateInterfaceCallback createInterfaceHandler);