pub unsafe extern "C" fn Method_execute(this: *mut Method) -> Error
Execute the method.
NOTE: Will fail if the method has been partially executed using the step() api.
step()
@returns Error::Ok on success, non-Ok on failure.