glob

Function glob 

Source
pub unsafe extern "C" fn glob(
    pattern: *const u8,
    flags: i32,
    errfunc: Option<extern "C" fn(*const u8, i32) -> i32>,
    pglob: *mut glob_t,
) -> i32