pub unsafe fn cancel_function_call(id: u32) -> Result<Buffer>Expand description
Cancel a function call.
Returns a Buffer containing the InvocationResponse protobuf. The caller is responsible for decoding the buffer and freeing it.
ยงSafety
The id must be a valid call ID.