BIO_fd_should_retry function

  1. @Native<Int Function(Int)>(ffi.Int)>()
int BIO_fd_should_retry(
  1. int i
)

Implementation

@ffi.Native<ffi.Int Function(ffi.Int)>()
external int BIO_fd_should_retry(int i);