pub unsafe extern "C" fn CDataStoreConnection_evaluateStatementToFile(
    dataStoreConnection: *mut CDataStoreConnection,
    statementText: *const c_char,
    statementTextLength: usize,
    compilationParameters: *const CParameters,
    filePath: *const c_char,
    queryAnswerFormatName: *const c_char,
    statementResult: *mut CStatementResult
) -> *const CException