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