Function openssl_sys::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