DCreate typedef

DCreate = Pointer<Void> Function(int, int, Pointer<Float>)

Implementation

typedef DCreate =
    ffi.Pointer<ffi.Void> Function(int, int, ffi.Pointer<ffi.Float>);