simple_array_get_data

Function simple_array_get_data 

Source
pub unsafe extern "C" fn simple_array_get_data(
    instance: *mut SimpleArray,
) -> *mut SimpleArrayData
Expand description

Get a pointer to the internal data of a SimpleArray instance.

§Arguments

  • [in] - instance Pointer to the SimpleArray instance to get the data of

§Returns

Pointer to the instance’s internal data