pub unsafe extern "C" fn simple_array_get( instance: *mut SimpleArray, index: u32, ) -> *mut SimpleArrayElement
Get a pointer to an element contained in a SimpleArray instance.
[in]
Pointer to the element specified by index