pub unsafe extern "C" fn g_key_file_load_from_data_dirs(
    key_file: *mut GKeyFile,
    file: *const c_char,
    full_path: *mut *mut c_char,
    flags: GKeyFileFlags,
    error: *mut *mut GError
) -> gboolean