Type Alias AioCallback

Source
pub type AioCallback = unsafe extern "C" fn(arg1: AioArgPtr);
Expand description

Type of function that is called when asynchronous I/O operation completes (or fails).