Function libunwind_sys::makecontext[][src]

pub unsafe extern "C" fn makecontext(
    __ucp: *mut ucontext_t,
    __func: Option<unsafe extern "C" fn()>,
    __argc: c_int,
     ...
)