pub unsafe extern "C" fn ml__take_future_bool(
handle: FutureHandle,
data_ptr: *mut bool,
) -> ErrorCodeExpand description
Transfers the data of a completed future to the module side.
If this method returns an error the data may not have been assigned.
Calling this method consumes the handle and calling it again will return an error.