Function OPENSSL_LH_set_thunks

Source
pub unsafe extern "C" fn OPENSSL_LH_set_thunks(
    lh: *mut lhash_st,
    hw: Option<unsafe extern "C" fn(*const c_void, Option<unsafe extern "C" fn(*const c_void) -> u64>) -> u64>,
    cw: Option<unsafe extern "C" fn(*const c_void, *const c_void, Option<unsafe extern "C" fn(*const c_void, *const c_void) -> i32>) -> i32>,
    daw: Option<unsafe extern "C" fn(*mut c_void, Option<unsafe extern "C" fn(*mut c_void)>)>,
    daaw: Option<unsafe extern "C" fn(*mut c_void, *mut c_void, Option<unsafe extern "C" fn(*mut c_void, *mut c_void)>)>,
) -> *mut lhash_st