pub unsafe extern "C" fn cft_fasttext_train(
    handle: *mut fasttext_t,
    args: *mut fasttext_args_t,
    errptr: *mut *mut c_char
)