free static method
Implementation
static free(Pointer<Int64ArrayFFI> pointer) {
if (pointer == nullptr) return;
calloc.free(pointer.ref.array);
calloc.free(pointer);
}
static free(Pointer<Int64ArrayFFI> pointer) {
if (pointer == nullptr) return;
calloc.free(pointer.ref.array);
calloc.free(pointer);
}