Function libpcre_sys::pcre_compile [] [src]

pub unsafe extern "C" fn pcre_compile(
    pattern: *const c_char,
    options: compile_options,
    errptr: *mut *const c_char,
    erroffset: *mut c_int,
    tableptr: *const c_uchar
) -> *mut pcre