Function SQLGetDiagRecW

Source
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