pub unsafe extern "C" fn SetScriptPrivateReferenceHooks(
    rt: *mut JSRuntime,
    addRefHook: Option<unsafe extern "C" fn(*const Value)>,
    releaseHook: Option<unsafe extern "C" fn(*const Value)>,
)Expand description
Set the script private finalize hook for the runtime to the given function.