Function libc::makecontext [] [src]

pub unsafe extern "C" fn makecontext(
    ucp: *mut ucontext_t,
    func: extern "C" fn(),
    argc: c_int,
     ...
)
🔬 This is a nightly-only experimental API. (libc)

use libc from crates.io