Function makecontext

pub unsafe extern "C" fn makecontext(
    ucp: *mut ucontext_t,
    func: extern "C" fn(),
    argc: i32,
    ...
)
Available on crate feature dep_sdl2 only.