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