stbds_hmget_key_ts function
- @Native<Pointer<Void> Function(Pointer<Void>, Size, Pointer<Void>, Size, Pointer<time_t>, Int)>(ffi.Pointer<ffi.Void>, ffi.Size, ffi.Pointer<ffi.Void>, ffi.Size, ffi.Pointer<ptrdiff_t>, ffi.Int)>()
Pointer<Void>
stbds_hmget_key_ts(
- Pointer<Void> a,
- int elemsize,
- Pointer<Void> key,
- int keysize,
- Pointer<time_t> temp,
- int mode,
)
Implementation
@ffi.Native<
ffi.Pointer<ffi.Void> Function(
ffi.Pointer<ffi.Void>,
ffi.Size,
ffi.Pointer<ffi.Void>,
ffi.Size,
ffi.Pointer<ptrdiff_t>,
ffi.Int,
)
>()
external ffi.Pointer<ffi.Void> stbds_hmget_key_ts(
ffi.Pointer<ffi.Void> a,
int elemsize,
ffi.Pointer<ffi.Void> key,
int keysize,
ffi.Pointer<ptrdiff_t> temp,
int mode,
);