# the raw_ptr should be [*] or [*c](should only come from generated bindings, dont use this manually)
# to indicate it points to multiple items. if its just a * single item pointer, then it just shouldnt be, zig differentiates between them.