pub fn read_string_array_count(pid: Pid, address: c_ulonglong) -> usizeExpand description
Count pointers in a NULL-terminated char * const * array without attempting
to dereference the strings. This is more robust when the tracee’s memory
cannot be fully read, but the pointer array itself is accessible.