pub fn set_retval(wrapctx: *mut c_void, retval: Retval) -> bool
Sets the return value for a function that is being wrapped with the dynamorio drwrap extension. May only be called from within a drwrap-pre or drwrap-post callback.