Unfortunately GCC does not support `__atribute__((naked))` on x86, which can be used to omit a function's prologue, so I had to use this weird wrapper hack as a workaround. Note: Clang does support it, which means it has better support of GCC attributes than GCC itself. Funny.
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected