pub type pcre2_jit_callback_8 = Option<unsafe extern "C" fn(arg1: *mut c_void) -> *mut pcre2_jit_stack_8>;
enum pcre2_jit_callback_8 { None, Some(unsafe extern "C" fn(_: *mut c_void) -> *mut pcre2_real_jit_stack_8), }
No value.
Some value of type T.
T