d2i_BASIC_CONSTRAINTS function
- @Native<Pointer<
BASIC_CONSTRAINTS_st> Function(Pointer<Pointer< , Pointer<BASIC_CONSTRAINTS_st> >Pointer< , Long)>(ffi.Pointer<ffi.Pointer<BASIC_CONSTRAINTS_st>>, ffi.Pointer<ffi.Pointer<ffi.UnsignedChar>>, ffi.Long)>()UnsignedChar> >
- Pointer<
Pointer< a,BASIC_CONSTRAINTS_st> > - Pointer<
Pointer< in$,UnsignedChar> > - int len
Implementation
@ffi.Native<
ffi.Pointer<BASIC_CONSTRAINTS_st> Function(
ffi.Pointer<ffi.Pointer<BASIC_CONSTRAINTS_st>>,
ffi.Pointer<ffi.Pointer<ffi.UnsignedChar>>,
ffi.Long,
)
>()
external ffi.Pointer<BASIC_CONSTRAINTS_st> d2i_BASIC_CONSTRAINTS(
ffi.Pointer<ffi.Pointer<BASIC_CONSTRAINTS_st>> a,
ffi.Pointer<ffi.Pointer<ffi.UnsignedChar>> in$,
int len,
);