s32 removeTrampoline(u64 source, u64 destination)
Removes a trampoline that redirects execution from a specified source address to a given destination.
The memory address where the trampoline was originally created.
The memory address that the trampoline redirects execution to.