OCSP_crl_reason_str function

  1. @Native<Pointer<Char> Function(Long)>(ffi.Long)>()
Pointer<Char> OCSP_crl_reason_str(
  1. int s
)

Implementation

@ffi.Native<ffi.Pointer<ffi.Char> Function(ffi.Long)>()
external ffi.Pointer<ffi.Char> OCSP_crl_reason_str(int s);