Function ket_process_ctrl_stack
Source #[no_mangle]
pub unsafe extern "C" fn ket_process_ctrl_stack(
process: &mut Process,
) -> i32
Expand description
Pushes control stack in the Process
instance.
§Arguments
process
- [in] A mutable reference to the Process
instance.
§Returns
An integer representing the error code. 0
indicates success.
§Safety
This function is marked as unsafe due to the use of raw pointers.