static free(Pointer<Int64ArrayFFI> pointer) { calloc.free(pointer.ref.array); calloc.free(pointer); }