NativeFinalizerFunctionT<T extends NativeType> typedef
NativeFinalizerFunctionT<T extends NativeType> = Pointer<NativeFunction<Void Function(T token)> >
Implementation
typedef NativeFinalizerFunctionT<T extends ffi.NativeType>
= ffi.Pointer<ffi.NativeFunction<ffi.Void Function(T token)>>;