imageflow::imageflow_job_get_io - Rust

#[no_mangle]

pub unsafe extern fn imageflow_job_get_io(context: *mut Context,
                                          job: *mut Job,
                                          io_id: i32)
                                          -> *mut JobIo

Looks up the imageflow_io pointer from the provided io_id

You Might Also Like