pub unsafe extern "C" fn CCursor_appendResourceLexicalForm(
    cursor: *mut CCursor,
    variableIndex: usize,
    buffer: *mut c_char,
    bufferSize: usize,
    lexicalFormSize: *mut usize,
    datatypeID: *mut u8,
    resourceResolved: *mut bool
) -> *const CException