Type Alias pcre2_sys::pcre2_jit_callback_8
source · pub type pcre2_jit_callback_8 = Option<unsafe extern "C" fn(arg1: *mut c_void) -> *mut pcre2_jit_stack_8>;
Aliased Type§
enum pcre2_jit_callback_8 {
None,
Some(unsafe extern "C" fn(_: *mut c_void) -> *mut pcre2_real_jit_stack_8),
}