pub type TensorArrayInputCallback = unsafe extern "C" fn(context: *mut c_void, input_box_handle: *mut c_void) -> *mut c_void;
Mirrors the MPSGraph framework counterpart for TensorArrayInputCallback.
MPSGraph
TensorArrayInputCallback