util: Use proper file collation API
glib-rs provides an API to get file collation keys that can be used for comparison. This means we do not need to use the function for this ourselves.
This commit gets rid of the manual binding for
g_utf8_collate_key_by_filename ()
in favor of the glib-rs
API.