Function pcre2_set_substitute_callout_8

Source
pub unsafe extern "C" fn pcre2_set_substitute_callout_8(
    arg1: *mut pcre2_real_match_context_8,
    arg2: Option<unsafe extern "C" fn(_: *mut pcre2_substitute_callout_block_8, _: *mut c_void) -> i32>,
    arg3: *mut c_void,
) -> i32