Function libc::glob64 [] [src]

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

use libc from crates.io