pub unsafe extern "C" fn g_file_set_contents(
    filename: *mut gchar,
    contents: *mut gchar,
    length: gssize,
    error: *mut *mut GError
) -> gboolean