pub unsafe fn call<R: CType>(fun: CodePtr, args: &mut [OwnedArg]) -> R
Perform the actual FFI call.
The safety invariants of the foreign function being called must be upheld (if any).