module_run__retrieve

Function module_run__retrieve 

Source
pub unsafe extern "C" fn module_run__retrieve(
    handle: RequestHandle,
    out_buffer_ptr: *mut u8,
    out_buffer_len: u32,
) -> ErrorCode
Expand 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