pub unsafe extern "C" fn drwrap_get_retval(
wrapcxt: *mut c_void,
) -> *mut c_voidExpand description
Returns the return value of the wrapped function represented by \p wrapcxt. Assumes a pointer-sized return value. May only be called from a \p drwrap_wrap post-function callback.