Function mnn::prelude::regexec

source ยท
pub unsafe extern "C" fn regexec(
    preg: *const regex_t,
    input: *const i8,
    nmatch: usize,
    pmatch: *mut regmatch_t,
    eflags: i32,
) -> i32