call

Function call 

Source
pub unsafe fn call<R: CType>(fun: CodePtr, args: &mut [OwnedArg]) -> R
Expand description

Perform the actual FFI call.

ยงSafety

The safety invariants of the foreign function being called must be upheld (if any).