pub unsafe fn call_object_method( runtime: *const c_void, encoded_invocation: *const c_char, length: size_t, ) -> Result<Buffer>
Call an object method.
All pointers must be valid.