pub unsafe extern "C" fn ANeuralNetworksExecution_getOutputOperandDimensions(
    execution: *mut ANeuralNetworksExecution,
    index: i32,
    dimensions: *mut u32
) -> c_int