pub unsafe extern "system" fn SslGetExtensions(
    clienthello: *const u8,
    clienthellobytesize: u32,
    genericextensions: *mut SCH_EXTENSION_DATA,
    genericextensionscount: u8,
    bytestoread: *mut u32,
    flags: SchGetExtensionsOptions
) -> HRESULT