pub unsafe extern "C" fn simple_array_alloc( config: *const SimpleArrayConfig, ) -> *mut SimpleArray
Allocate a SimpleArray instance with the given configuration.
[in]
Pointer to the allocated SimpleArray instance