cancel_function_call

Function cancel_function_call 

Source
pub unsafe fn cancel_function_call(id: u32) -> Result<*const c_void>
Expand description

Cancel a function call.

ยงSafety

The id must be a valid call ID.