pub unsafe extern "C" fn gspell_checker_check_word(
    checker: *mut GspellChecker,
    word: *const c_char,
    word_length: ssize_t,
    error: *mut *mut GError
) -> gboolean