callback function
A function passed as an argument to be invoked later, common in event-driven and asynchronous programming.
In this API, a callback function is called when the asynchronous processing completes.
By passing a callback function as an argument, you can control the flow of processing.
Loanword from English 'callback' combined with 関数 (function).