pub unsafe extern "C" fn validator_options_set_relax_logical_pointer(
opts: *mut ValidatorOptions,
toggle: bool,
)
Expand description
Records whether or not the validator should relax the rules on pointer usage in logical addressing mode.
When relaxed, it will allow the following usage cases of pointers:
OpVariable
allocating an object whose type is a pointer typeOpReturnValue
returning a pointer value