pub unsafe extern "C" fn pico_getEngineStatusMessage(
engine: pico_Engine,
errCode: pico_Status,
outMessage: *mut c_char,
) -> pico_StatusExpand description
Returns in ‘outMessage’ a description of the engine status or of an error that occurred with the most recently called engine-level API function.