Type Alias libyang2_sys::pcre2_jit_callback_32

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.