Type Definition onig_sys::OnigApplyAllCaseFoldFunc [] [src]

type OnigApplyAllCaseFoldFunc = extern "C" fn(_: OnigCodePoint, _: *const OnigCodePoint, _: c_int, _: *const c_void) -> c_int;

Apply All Case Fold Callback, see OnigEncodingType->apply_all_case_fold