pub unsafe extern "C" fn g_key_file_set_double_list(
    key_file: *mut GKeyFile,
    group_name: *const gchar,
    key: *const gchar,
    list: gdouble,
    length: gsize
)