#[unsafe(no_mangle)]pub extern "C" fn vldb_sqlite_database_remove_custom_word(
handle: *mut VldbSqliteDatabaseHandle,
word: *const c_char,
out_result: *mut VldbSqliteDictionaryMutationResultPod,
) -> i32Expand description
通过数据库句柄删除自定义词。 Remove a custom word through a database handle.