Function libc::glob64 [] [src]

pub unsafe extern fn glob64(pattern: *const c_char,
                            flags: c_int,
                            errfunc: Option<extern fn(_: *const c_char, _: c_int) -> c_int>,
                            pglob: *mut glob64_t)
                            -> c_int
🔬 This is a nightly-only experimental API. (libc)

use libc from crates.io