create_func typedef

create_func = Pointer<Void> Function(Pointer<Void> hostData)

Implementation

typedef create_func = Pointer<Void> Function(Pointer<Void> hostData);