[][src]Function rure::rure_find

#[no_mangle]
pub extern "C" fn rure_find(
    re: *const Regex,
    haystack: *const u8,
    len: size_t,
    start: size_t,
    match_info: *mut rure_match
) -> bool