pub unsafe extern "C" fn wolfSSL_SetServerID(
    ssl: *mut WOLFSSL,
    id: *const c_uchar,
    len: c_int,
    newSession: c_int
) -> c_int