#[unsafe(no_mangle)]pub extern "C" fn nstd_proc_free(handle: NSTDChildProcess)Available on crate feature
proc only.Expand description
Frees a handle to a child process, allowing the process to run in the background.
ยงParameters:
NSTDChildProcess handle- A handle to the child process.