private static extern void nim_global_reg_sdk_log_cb(string jsonExt, nim_sdk_log_cb_func cb, IntPtr data);
Beispiel #2
0
 internal static extern void nim_global_reg_sdk_log_cb([MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef = typeof(Utf8StringMarshaler))] string jsonExt,
                                                       nim_sdk_log_cb_func cb, IntPtr data);