BIO_get_accept_socket function
Implementation
@ffi.Native<ffi.Int Function(ffi.Pointer<ffi.Char>, ffi.Int)>()
external int BIO_get_accept_socket(ffi.Pointer<ffi.Char> host_port, int mode);
@ffi.Native<ffi.Int Function(ffi.Pointer<ffi.Char>, ffi.Int)>()
external int BIO_get_accept_socket(ffi.Pointer<ffi.Char> host_port, int mode);