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

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