Function OPENSSL_LH_doall_arg

Source
pub unsafe extern "C" fn OPENSSL_LH_doall_arg(
    lh: *mut lhash_st,
    func: Option<unsafe extern "C" fn(*mut c_void, *mut c_void)>,
    arg: *mut c_void,
)