pub unsafe extern "C" fn regerror(
    errcode: i32,
    preg: *const regex_t,
    errbuf: *mut i8,
    errbuf_size: usize
) -> usize