Use snake_case with the struct name as a prefix, e.g., my_struct_print().
This groups functions logically and avoids naming conflicts. Avoid PascalCase for function names in C.