Function onig_sys::onig_region_copy [] [src]

pub unsafe extern "C" fn onig_region_copy(
    to: *mut OnigRegion,
    from: *const OnigRegion
)

Copy contents of region.

void onig_region_copy(OnigRegion* to, OnigRegion* from)

Arguments

  1. to: target region
  2. from: source region