Jumping to a C function using its absolute address in 64arm assembly like so:
BLR x19 // Branch to a function whose address is in x19
is pro