CPow typedef

CPow = Pointer<Void> Function(Pointer<Void>, Float)

Implementation

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