pub unsafe extern "C" fn module_run__retrieve(
handle: RequestHandle,
out_buffer_ptr: *mut u8,
out_buffer_len: u32,
) -> ErrorCodeExpand description
Retrieve the resulting output buffer from a request that is ready.
This should only be called once is_ready on the request is true
ยงReturns
crate::ErrorCode::Success- if results were successfully retrievedcrate::ErrorCode::InvalidArguments- if any of the parameters are invalidcrate::ErrorCode::Unavailable- if the handle is valid but the results are not available yet