propertyffi.FFIFunction.ptrreadonly ptr?: bigint | PointerFunction pointer to the native functionIf provided, Bun uses this pointer instead of looking the function up with dlsym(). It should not be null (0).Use this when the library is already loaded, or when the module is also using Node-API.
Function pointer to the native functionIf provided, Bun uses this pointer instead of looking the function up with dlsym(). It should not be null (0).Use this when the library is already loaded, or when the module is also using Node-API.