pub unsafe extern "C" fn wolfSSL_set_secret(
ssl: *mut WOLFSSL,
epoch: c_ushort,
preMasterSecret: *const c_uchar,
preMasterSz: c_uint,
clientRandom: *const c_uchar,
serverRandom: *const c_uchar,
suite: *const c_uchar,
) -> c_int