The ddpi_process_get_name operation queries the name of a given Ddpi_Process object and sets the returned name to a pointer to a null-terminated string of characters.
Never deallocate the returned pointer because ddpi_process_get_name returns the actual version of the name, and not a copy.
int ddpi_process_get_name(
Ddpi_Process process,
char** ret_name,
Ddpi_Error* error);