- Always check the return value of g_win32_get_package_installation_directory_of_module, this call may fail and return NULL - g_build_filename is documented as never returning NULL, no need to check for that
- Always check the return value of g_win32_get_package_installation_directory_of_module, this call may fail and return NULL - g_build_filename is documented as never returning NULL, no need to check for that