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