Type Alias libyang2_sys::pcre2_jit_callback_16

source ·
pub type pcre2_jit_callback_16 = Option<unsafe extern "C" fn(arg1: *mut c_void) -> *mut pcre2_jit_stack_16>;

Aliased Type§

enum pcre2_jit_callback_16 {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void) -> *mut pcre2_real_jit_stack_16),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void) -> *mut pcre2_real_jit_stack_16)

Some value of type T.