pcre2_set_substitute_callout ( mcontext callout_function callout_data -- int )


Vocabulary
pcre2.ffi

Inputs
mcontextan object
callout_functionan object
callout_dataan object


Outputs
intan object


Definition


LIBRARY: pcre2 FUNCTION-ALIAS: pcre2_set_substitute_callout
int pcre2_set_substitute_callout_8
( pcre2_match_context* mcontext, void* callout_function,
void* callout_data )