[][src]Function winapi::um::sql::SQLGetData

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