[][src]Function winapi::um::sqlucode::SQLGetDiagRecA

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