Skip to main content

drwrap_get_retval

Function drwrap_get_retval 

Source
pub unsafe extern "C" fn drwrap_get_retval(
    wrapcxt: *mut c_void,
) -> *mut c_void
Expand 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.