Function pcre_compile

Source
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