fix: segy_get_survey_bin_grid returns as c_char_p
Type of change
-
Bug Fix -
Feature
Does this introduce a change in the core logic?
- [Yes]
Does this introduce a change in the cloud provider implementation, if so which cloud?
-
AWS -
Azure -
GCP -
IBM
Updates description?
# if a C method returns a char*, the return type must be set to c_char_p
# otherwise ctypes will try to convert the address to 32-bit int and cause overflow