pub unsafe extern "C" fn CCursor_produceQueryAnswersToFile(
    cursor: *mut CCursor,
    filePath: *const c_char,
    queryAnswerFormatName: *const c_char,
    maxNumberOfAnswersToProduce: usize,
    numberOfProducedAnswers: *mut usize
) -> *const CException