Handbook
Glossary
pcre2_set_substitute_callout ( mcontext callout_function callout_data -- int )
Vocabulary
pcre2
.
ffi
Inputs
mcontext
an
object
callout_function
an
object
callout_data
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
pcre2.ffi
LIBRARY:
pcre2
FUNCTION-ALIAS:
pcre2_set_substitute_callout
int pcre2_set_substitute_callout_8
( pcre2_match_context* mcontext, void* callout_function,
void* callout_data )