Free memory allocated by RAC functions.
static void free(Pointer<Void> ptr) { if (_lib == null || ptr == nullptr) return; _bindCoreFunctions(); _racFree!(ptr); }