pub unsafe extern "C" fn ANeuralNetworksExecution_setOutputFromMemory(
execution: *mut ANeuralNetworksExecution,
index: i32,
type_: *const ANeuralNetworksOperandType,
memory: *const ANeuralNetworksMemory,
offset: usize,
length: usize
) -> c_int