stbds_shmode_func function

  1. @Native<Pointer<Void> Function(Size, Int)>(ffi.Size, ffi.Int)>()
Pointer<Void> stbds_shmode_func(
  1. int elemsize,
  2. int mode
)

Implementation

@ffi.Native<ffi.Pointer<ffi.Void> Function(ffi.Size, ffi.Int)>()
external ffi.Pointer<ffi.Void> stbds_shmode_func(int elemsize, int mode);