Function mnn::prelude::glob

source ยท
pub unsafe extern "C" fn glob(
    pattern: *const i8,
    flags: i32,
    errfunc: Option<extern "C" fn(_: *const i8, _: i32) -> i32>,
    pglob: *mut glob_t,
) -> i32