pub unsafe extern "C" fn SSL_peek(
    ssl: *mut SSL,
    buf: *mut c_void,
    num: c_int
) -> c_int