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