pub unsafe extern "C" fn ECDH_compute_key(
out: *mut c_void,
outlen: usize,
pub_key: *const ec_point_st,
ecdh: *const ec_key_st,
KDF: Option<unsafe extern "C" fn(_: *const c_void, _: usize, _: *mut c_void, _: *mut usize) -> *mut c_void>,
) -> i32