ket::c_api::process

Function ket_process_delete

Source
#[no_mangle]
pub unsafe extern "C" fn ket_process_delete(
    process: *mut Process,
) -> i32
Expand description

Deletes the Process instance.

§Arguments

  • process - [in] A pointer to the Process instance to be deleted.

§Returns

An integer representing the error code. 0 indicates success.

§Safety

This function is marked as unsafe because it deals with raw pointers.