https://issues.dlang.org/show_bug.cgi?id=24772
--- Comment #3 from Richard (Rikki) Andrew Cattermole <[email protected]> --- That code is unsafe. You have lost the type system guarantees, calling into unknown code. Which yes, if you passed the wrong arguments could have led to program corruption. --
