Function swapcontext

Source
pub unsafe extern "C" fn swapcontext(
    __oucp: *mut ucontext_t,
    __ucp: *const ucontext_t,
) -> c_int