SERVER_ROUTINE typedef

SERVER_ROUTINE = Pointer<NativeFunction<Long Function()>>

Implementation

typedef SERVER_ROUTINE = ffi.Pointer<ffi.NativeFunction<ffi.Long Function()>>;