contexted_call! macro

Split from !60 (merged)

  • Do not add unsafe block for ffi_new! and ffi_call
    • calling these macros are basically unsafe.
  • Introduce contexted_call and contexted_new macro to ensure using ContextGuard for every FFI call
  • Implement Contexted for Array
Edited by termoshtt

Merge request reports

Loading