# Copyright (c) 2024 Yuki Kimoto
# MIT License

class Net::SSLeay::Callback::Msg : interface_t {
  version_from Net::SSLeay;
  use Net::SSLeay;
  
  # Interface Methods
  required method : void ($write_p : int, $version : int, $content_type : int, $buf : string, $len : int, $ssl : Net::SSLeay);
}