Skip to main content

drwrap_callconv_t

Type Alias drwrap_callconv_t 

Source
pub type drwrap_callconv_t = c_int;
Expand description

Values to specify the calling convention of the wrapped function. Pass one of these values to drwrap_wrap_ex() in the flags parameter using bitwise OR, e.g.: DRWRAP_UNWIND_ON_EXCEPTION | DRWRAP_CALLCONV_DEFAULT (see #drwrap_wrap_flags_t).