pub unsafe extern "C" fn g_key_file_set_string(
    key_file: *mut GKeyFile,
    group_name: *const i8,
    key: *const i8,
    string: *const i8
)