public static extern void ProcessContext(ALContext context);
public static extern bool MakeContextCurrent(ALContext context);
public static extern void DestroyContext(ALContext context);
public static extern ALDevice GetContextsDevice(ALContext context);
public static extern void SuspendContext(ALContext context);