[][src]Function ndk_sys::ANeuralNetworksExecution_setOutput

pub unsafe extern "C" fn ANeuralNetworksExecution_setOutput(
    execution: *mut ANeuralNetworksExecution,
    index: i32,
    type_: *const ANeuralNetworksOperandType,
    buffer: *mut c_void,
    length: size_t
) -> c_int