KureParserObserver

Type Alias KureParserObserver 

Source
pub type KureParserObserver = _KureParserObserver;

Aliased Type§

#[repr(C)]
pub struct KureParserObserver { pub onFunction: Option<unsafe extern "C" fn(*mut c_void, *const i8, *const i8) -> i8>, pub onProgram: Option<unsafe extern "C" fn(*mut c_void, *const i8, *const i8) -> i8>, pub object: *mut c_void, }

Fields§

§onFunction: Option<unsafe extern "C" fn(*mut c_void, *const i8, *const i8) -> i8>§onProgram: Option<unsafe extern "C" fn(*mut c_void, *const i8, *const i8) -> i8>§object: *mut c_void