Function ket_process_delete
Source #[unsafe(no_mangle)]
pub extern "C" fn ket_process_delete(process: *mut Process) -> i32
Expand description
Deallocates the memory associated with a Process.
§Parameters
process: Pointer to the Process to free.
§Returns
0 on success, non-zero error code on failure.