#[no_mangle]
pub unsafe extern "C" fn teaclave_invoke_task(
    client: &mut FrontendClient,
    task_id: *const c_char
) -> c_int
Expand description

Invoke task with task_id. The function returns 0 for success. On error, the function returns 1.

Safety

task_id should be C string (null terminated).