PBE2PARAM_free function

  1. @Native<Void Function(Pointer<PBE2PARAM_st>)>(ffi.Pointer<PBE2PARAM_st>)>()
void PBE2PARAM_free(
  1. Pointer<PBE2PARAM_st> a
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<PBE2PARAM_st>)>()
external void PBE2PARAM_free(ffi.Pointer<PBE2PARAM_st> a);