Sz_getEntityByRecordID_V2

Function Sz_getEntityByRecordID_V2 

Source
pub unsafe extern "C" fn Sz_getEntityByRecordID_V2(
    dataSourceCode: *const c_char,
    recordID: *const c_char,
    flags: i64,
    responseBuf: *mut *mut c_char,
    bufSize: *mut usize,
    resizeFunc: Option<unsafe extern "C" fn(ptr: *mut c_void, newSize: usize) -> *mut c_void>,
) -> i64