Function ket_process_adj_begin
Source #[no_mangle]
pub extern "C" fn ket_process_adj_begin(process: &mut Process) -> i32
Expand description
Begins an adjoint operation in the Process instance.
§Arguments
process - [in] A mutable reference to the Process instance.
§Returns
An integer representing the error code. 0 indicates success.