#[no_mangle]
pub unsafe extern "C" fn nstd_proc_free(handle: *mut NSTDChildProcess)
Expand description

Frees memory allocated by nstd_proc_spawn.

Parameters

  • NSTDChildProcess *const handle - Pointer to a process handle.