Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

makecontext

Function makecontext 

Source
pub unsafe extern "C" fn makecontext(
    ucp: *mut ucontext_t,
    func: extern "C" fn(),
    argc: c_int,
    ...
)