pub unsafe extern "C" fn wolfSSL_SetHsDoneCb(
    ssl: *mut WOLFSSL,
    cb: HandShakeDoneCb,
    user_ctx: *mut c_void
) -> c_int