apply_callee_type
Define unknown function pointer types at call instructions by applying a type signature directly to the call site.
Instructions
Apply a type signature to a call site (callee). Useful when the function pointer type is unknown at a call instruction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | ||
| prototype | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |