Function SQLGetData

Source
pub unsafe extern "system" fn SQLGetData(
    statementHandle: SQLHSTMT,
    columnNumber: SQLUSMALLINT,
    targetType: SQLSMALLINT,
    targetValue: SQLPOINTER,
    bufferLength: SQLLEN,
    strLen_or_IndPtr: *mut SQLLEN,
) -> SQLRETURN