RacStrdupNative typedef

RacStrdupNative = Pointer<Utf8> Function(Pointer<Utf8> str)

char* rac_strdup(const char* str)

Implementation

typedef RacStrdupNative = Pointer<Utf8> Function(Pointer<Utf8> str);