pub unsafe extern "C" fn SSL_request_handshake_hints(
    ssl: *mut SSL,
    client_hello: *const u8,
    client_hello_len: usize,
    capabilities: *const u8,
    capabilities_len: usize
) -> c_int