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