Function SQLGetDiagRecA

Source
pub unsafe extern "system" fn SQLGetDiagRecA(
    handleType: SQLSMALLINT,
    handle: SQLHANDLE,
    recNumber: SQLSMALLINT,
    sqlstate: *mut SQLCHAR,
    nativeError: *mut SQLINTEGER,
    messageText: *mut SQLCHAR,
    bufferLength: SQLSMALLINT,
    textLength: *mut SQLSMALLINT,
) -> SQLRETURN