call_object_method

Function call_object_method 

Source
pub unsafe fn call_object_method(
    runtime: *const c_void,
    encoded_invocation: *const c_char,
    length: size_t,
) -> Result<Buffer>
Expand description

Call an object method.

ยงSafety

All pointers must be valid.