pub unsafe extern "C" fn regcomp(
    preg: *mut regex_t,
    pattern: *const i8,
    cflags: i32
) -> i32