rr_info_function typedef
Function template for ReadRange information retrieval function.
A function template; @see device.c for assignment to object types.
@ingroup ObjHelpers
@param pRequest in Info on the request.
@param pInfo out Where to write the response to.
@return True on success, False on error or failure.
Implementation
typedef rr_info_function =
ffi.Pointer<ffi.NativeFunction<rr_info_functionFunction>>;