pub unsafe extern "C" fn nstd_proc_pid(
handle: NSTDChildProcess,
) -> NSTDProcessIDExpand description
Gets the ID of a process by handle.
Parameters:
NSTDChildProcess handle - The handle to the process.
Returns: NSTDProcessID id - The process ID.