Function pcre2_set_substitute_callout_32

Source
pub unsafe extern "C" fn pcre2_set_substitute_callout_32(
    arg1: *mut pcre2_real_match_context_32,
    arg2: Option<unsafe extern "C" fn(_: *mut pcre2_substitute_callout_block_32, _: *mut c_void) -> i32>,
    arg3: *mut c_void,
) -> i32