(&self, offset: i64)
| 294 | } |
| 295 | |
| 296 | pub fn delete_auto_stack_var(&self, offset: i64) { |
| 297 | unsafe { BNDeleteAutoStackVariable(self.function().handle, offset) } |
| 298 | } |
| 299 | |
| 300 | pub fn create_auto_var<'a, S: BnStrCompatible, C: Into<Conf<&'a Type>>>( |
| 301 | &self, |