pub unsafe extern "C" fn SSL_get_server_random(
    ssl: *const SSL,
    out: *mut u8,
    max_out: usize
) -> usize