To use: define a function (typically, with extern(C) linkage) that performs the alternative implementation of
the library call. Then expand the template mixin here, giving it your function as a template argument.
The template mixin will define a function called next_yourfunction
Intercept a library of a system call
To use: define a function (typically, with extern(C) linkage) that performs the alternative implementation of the library call. Then expand the template mixin here, giving it your function as a template argument.
The template mixin will define a function called next_ yourfunction