whisper_token_not method
Implementation
int whisper_token_not(
ffi.Pointer<whisper_context> ctx,
) {
return _whisper_token_not(
ctx,
);
}
int whisper_token_not(
ffi.Pointer<whisper_context> ctx,
) {
return _whisper_token_not(
ctx,
);
}