mp.tasks.vision.drawing_styles.face_landmarker.mediapipe_c_bindings_lib.convert_strings_to_ctypes_array

Converts a list of Python strings to a ctypes array of c_char_p.

str_list A list of strings, or None.

A ctypes array of c_char_p, or None if the input is None or empty.