pub unsafe extern "C" fn ACT_GetAsyncResult(
outReadSize: *mut u32_,
output: *mut c_void,
outputSize: u32_,
requestType: u32_,
) -> ResultExpand description
Returns the data resulting from an async request.
ยงArguments
outReadSize- Pointer to output the number of retrieved bytes to.output- Pointer to buffer to output the data to.outputSize- Size of the output buffer.requestType- The type of async request to retrieve data for.