X509_set_proxy_pathlen function

  1. @Native<Void Function(Pointer<x509_st>, Long)>(ffi.Pointer<x509_st>, ffi.Long)>()
void X509_set_proxy_pathlen(
  1. Pointer<x509_st> x,
  2. int l
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<x509_st>, ffi.Long)>()
external void X509_set_proxy_pathlen(ffi.Pointer<x509_st> x, int l);