pub type OnigCallbackEachMatchFunc = Option<unsafe extern "C" fn(str: *const OnigUChar, end: *const OnigUChar, match_start: *const OnigUChar, region: *mut OnigRegion, user_data: *mut c_void) -> c_int>;
Aliased Type§
pub enum OnigCallbackEachMatchFunc {
None,
Some(unsafe extern "C" fn(*const u8, *const u8, *const u8, *mut re_registers, *mut c_void) -> i32),
}