Function swapcontext

pub unsafe extern "C" fn swapcontext(
    uocp: *mut ucontext_t,
    ucp: *const ucontext_t,
) -> i32
Available on crate feature dep_sdl2 only.